Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-68121 (GCVE-0-2025-68121)
Vulnerability from cvelistv5 – Published: 2026-02-05 17:48 – Updated: 2026-04-29 13:29- CWE-295 - Improper Certificate Validation
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.24.13
(semver)
Affected: 1.25.0-0 , < 1.25.7 (semver) Affected: 1.26.0-rc.1 , < 1.26.0-rc.3 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-68121",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T03:55:46.305385Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-295",
"description": "CWE-295 Improper Certificate Validation",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-29T13:29:25.582Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/tls",
"product": "crypto/tls",
"programRoutines": [
{
"name": "Conn.handshakeContext"
},
{
"name": "Conn.Handshake"
},
{
"name": "Conn.HandshakeContext"
},
{
"name": "Conn.Read"
},
{
"name": "Conn.Write"
},
{
"name": "Dial"
},
{
"name": "DialWithDialer"
},
{
"name": "Dialer.Dial"
},
{
"name": "Dialer.DialContext"
},
{
"name": "QUICConn.Start"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.13",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.7",
"status": "affected",
"version": "1.25.0-0",
"versionType": "semver"
},
{
"lessThan": "1.26.0-rc.3",
"status": "affected",
"version": "1.26.0-rc.1",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Coia Prant (github.com/rbqvq)"
},
{
"lang": "en",
"value": "Go Security Team"
}
],
"descriptions": [
{
"lang": "en",
"value": "During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-295: Improper Certificate Validation",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-05T17:48:44.141Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"url": "https://go.dev/cl/737700"
},
{
"url": "https://go.dev/issue/77217"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"title": "Unexpected session resumption in crypto/tls"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-68121",
"datePublished": "2026-02-05T17:48:44.141Z",
"dateReserved": "2025-12-15T16:48:04.451Z",
"dateUpdated": "2026-04-29T13:29:25.582Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-68121",
"date": "2026-05-25",
"epss": "0.00018",
"percentile": "0.04801"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-68121\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2026-02-05T18:16:10.857\",\"lastModified\":\"2026-04-29T14:16:16.170\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"},{\"lang\":\"es\",\"value\":\"Durante la reanudaci\u00f3n de la sesi\u00f3n en crypto/tls, si la Config subyacente tiene sus campos ClientCAs o RootCAs mutados entre el handshake inicial y el handshake reanudado, el handshake reanudado puede tener \u00e9xito cuando deber\u00eda haber fallado. Esto puede ocurrir cuando un usuario llama a Config.Clone y muta la Config devuelta, o usa Config.GetConfigForClient. Esto puede hacer que un cliente reanude una sesi\u00f3n con un servidor con el que no la habr\u00eda reanudado durante el handshake inicial, o hacer que un servidor reanude una sesi\u00f3n con un cliente con el que no la habr\u00eda reanudado durante el handshake inicial.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":10.0,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":6.0},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.13\",\"matchCriteriaId\":\"9FEE539A-EDC2-4044-A38C-5A0FDF567509\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.7\",\"matchCriteriaId\":\"B275853C-E253-485B-B469-31D1A7383965\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E529A0EC-B944-4E2F-B26A-2A9F31AFF240\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:1.26.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"553D6D90-140E-4A54-86A3-00E66AC30F3C\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/737700\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/77217\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2026-4337\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-68121\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-29T03:55:46.305385Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-295\", \"description\": \"CWE-295 Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-06T15:32:38.457Z\"}}], \"cna\": {\"title\": \"Unexpected session resumption in crypto/tls\", \"credits\": [{\"lang\": \"en\", \"value\": \"Coia Prant (github.com/rbqvq)\"}, {\"lang\": \"en\", \"value\": \"Go Security Team\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/tls\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.13\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0-0\", \"lessThan\": \"1.25.7\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.26.0-rc.1\", \"lessThan\": \"1.26.0-rc.3\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/tls\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Conn.handshakeContext\"}, {\"name\": \"Conn.Handshake\"}, {\"name\": \"Conn.HandshakeContext\"}, {\"name\": \"Conn.Read\"}, {\"name\": \"Conn.Write\"}, {\"name\": \"Dial\"}, {\"name\": \"DialWithDialer\"}, {\"name\": \"Dialer.Dial\"}, {\"name\": \"Dialer.DialContext\"}, {\"name\": \"QUICConn.Start\"}]}], \"references\": [{\"url\": \"https://groups.google.com/g/golang-announce/c/K09ubi9FQFk\"}, {\"url\": \"https://go.dev/cl/737700\"}, {\"url\": \"https://go.dev/issue/77217\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2026-4337\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This may happen when a user calls Config.Clone and mutates the returned Config, or uses Config.GetConfigForClient. This can cause a client to resume a session with a server that it would not have resumed with during the initial handshake, or cause a server to resume a session with a client that it would not have resumed with during the initial handshake.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-295: Improper Certificate Validation\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2026-02-05T17:48:44.141Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-68121\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-29T13:29:25.582Z\", \"dateReserved\": \"2025-12-15T16:48:04.451Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2026-02-05T17:48:44.141Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:13542
Vulnerability from csaf_redhat - Published: 2026-05-04 16:50 - Updated: 2026-05-26 09:19A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The multicluster engine for Kubernetes 2.10 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.10 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13542",
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13542.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.10.2 security update",
"tracking": {
"current_release_date": "2026-05-26T09:19:15+00:00",
"generator": {
"date": "2026-05-26T09:19:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13542",
"initial_release_date": "2026-05-04T16:50:36+00:00",
"revision_history": [
{
"date": "2026-05-04T16:50:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T16:50:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:19:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.1",
"product": {
"name": "multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.10::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ad37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776449110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777402015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3Af6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777296816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776641944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Abb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777333078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776556092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ae89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777136056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777419463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ab683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776457396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777324421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776426991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Aa50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777188145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777374758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Aa16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Afa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777073849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ab2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776737959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776901027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Adb050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140415"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776449110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ab3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777402015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777296816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Ad1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Ab1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776641944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ab0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ab590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777333078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776556092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ab94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777136056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777419463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776457396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aa67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777324421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Aba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776426991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Abaa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777188145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777374758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777073849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776737959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ad96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776901027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140415"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Aea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776449110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ad66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777402015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777296816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3Ac9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776641944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ab7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ac6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777333078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776556092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777136056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777419463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Af4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776457396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777324421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776426991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777188145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ac8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777374758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ad44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777073849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Aa3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776737959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776901027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Adc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Abc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140415"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ab1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776449110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777402015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777032572"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777296816"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Adad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Aa2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777375678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776641944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776729146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777333078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776556092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777136056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777419463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777128790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776457396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777324421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Abdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776426991"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777132402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Acdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777188145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ae24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777374758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776824328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777246644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777073849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776737959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776901027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ac97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776881170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Abbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1777140415"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64 as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le as a component of multicluster engine for Kubernetes 2.1",
"product_id": "multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T16:50:36+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13542"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:6010f1e00ada07c0100468bde8ab20c176610f9d8e7498fc26d46960d63c9984_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:9530059a49869e8f1909a7ab06036c7fd36018a14ae2e6f22c5c0c1868eaaf49_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b1eb4a408936b8cd0863c04fb7fe3a72e875c06d9f5c33dca4c82dd4a05a027f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:ea9dda951ced7f3641ba5afd651191a75321cb0db5e251f66a510bc6d6f0f090_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:1a9bf49ede874a64c5acbe426e62324b564458e5575db9dd95230a15933e9adc_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a464a9d46467012d73772656bd5eb81713bcc2d27b461e1083ba5c00548156a8_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b3cb1d388c9d992b4721a1087e142255583868d0c855f5603d37b67d2c0ed64c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:d66e556ff0b55bf9a54b45dc26e5175a662be785440db589efe01efa9da30d0e_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:2b20ddec4825b4224839823ce56183cd163491142b9d613f51f5e15859c0bf2f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:5cf7bb103490cb1b5423c7d02d5b412f9059dca5455770fb0ecae8e1331493d7_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:c9456c7efa795d600500ab1c05e30ac7ce8f83fd571c5d8cfc0d382fcf575d9f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:d1773b6567bd5ebd6b33e5ff24bafdd17e1d1f4dceb2a93fd4355bad0995b7a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:4c30c0f1e5ba711350357dbfb9f5048129a90be5c28011f85116a2fb365c6f4c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:88c09914c96a5eeea856d8ec05f7c4d7afff9537990a3508073a98de2977e983_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:a2bbd28144d23264473715038172a92b199f6fb0a1b1f3f1cad2c56a3454fe00_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:b1619f86a599f1c386e8b487a1855b6f99a3538a619b55479debce224f541544_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:09ddc268aff8a2e20a6678fe200843c4fc98e9e1d305074c5bbef73760ec15a9_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:3d1a892c3842daea43ff64fa6bfb2276504003de0c8822412bb403e90c783d1b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:5606d9e6154e3eb20a6c7b94346881ddedb155f54473f0713d67fe4fa0586ac3_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9e783056352c39529e7315855af6d05cde5b39c009d2e67b9d88fb0210d30ed0_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:140b3b9a9526130a50040e355eb02609e0c38bf9ec0a8d5bcefb31862e2024f7_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:64efc33fe97ef9bcae490ff0ca61717dd48e6b0b0aab417e8ff252250baed576_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:994412dd0b9619d215a17d5ac684b11864f12030a399437247dbfa9f26061e31_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:f6a4ce6ceab1271e0afab9e60f4ef27745c584341ba944fd10e0b4209c8e4650_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:13ef7c6b65ffe6a1b434091830aa08fe539d9befd8e55f3177e486e59fdfc9b5_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:67bbdc696225283b4baa550a402fb03d9999ccd471a62622df1bbf0917ac8f52_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8b16aa9760ba4402dfef3eac989432a794af7c1c71f3e1127f6077d54cdf244d_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:dad83ae3c921ff7444f8317fbdc165a43f9177b5d0554b08a960d9752ed1dbf8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:57538de1fa62ef85ff3bcf844e90d44d79bb35bae50b21b2029d5fdcb909520c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b0c240f80580258ce2e46a0799839048a13c75ea5f0c1afdeb197f7fa559c2f3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:b7e8f2fc682eb7ae91bb81b41e2b3e0b11fbabf1399e3013cd1353d3e5503423_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:bb4a9276e2362c620f8db391c796e04e5baedef7e677b58385283ade2cd3210e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:19521b1b70014a01fa4c7eb5852bd621714246aaa05ea39664357b3ab8f5aae4_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:63056ed45fb5ba627a3cd35d0866d49ebcfa214e1fef12e8005540b656948cbf_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b590daae5128cf8d3c83fe406a6c293ed496cd75015dd9c04fe8e75677bcf898_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c6e7572299b082af41e6354ba0c793961b525df3131710da9b7fa1700864e0ee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:1ca6accd21c73a5e7bf04400e042fd1ee84ff7d18754e50fed5f5dd8f92c1208_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:385376977c96bac3a56120ec859b410f8eb869d61195ceca2ab6b8602ae60f98_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:486133a133b4eb1886bf64ca623ffedf08b1eb102fa9c129614bb9ac711afdad_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:87a79c1d5b549de5dd7295ee7e6051a3d31a3d09b016a4904a2f0f29661468f8_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:205fb68996e4662d1dc53846fe878f3704caaff051e788b9b8c01c653d2d2dd6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:7c2ec1a251c2bf42c2b90a092e3a1e781b0e6b78894574324f559dc3ce05b918_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94388d2168c576294a666ad688c11058a9120a1f82f46b00e17efc7cac8e283_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e89b050a707bd7ce17b43a72bb9a39a3e587dbadb607b16c52848609b0d6ac13_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4961180b0cf3005e3b13596a62d00b5417b79db6763ed6499bbdd33ffc5e7d8f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8f0a22e65065dd0a0d7603d880ba5204f697cab690d48bec4096ac4dfced34eb_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c531d7b27a6ab1f33e07badfd713ef3fb2c51be09e2a054654d88e634e74211b_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c6e080ca0bd427202f59aaa22ebbe6c0e605ea826a39a7ae6d31830847a2abb4_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:657056516c00fda9f925f3a49cb77fbee15bd85744da16eb30fc6d5b50f19cb5_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8427851fc9e645146de5aa8f1fbc1b43ae774d4373f3523b5236eae17d54976c_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:91eb2632f9174d001ccdd904a6b0ee2aa08e31b784fb7854d6e00ef5537797f2_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ceacd9e28ebf4e2b8be2915703fcb47739098a1ef0eb47cfd5165ab09ae5f11f_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:10710f43daa6a7596580e2251a4ce78b9f5f129b69ae86b830fac2ced267dc53_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5028095ad4062ba947075e6c1064c6cae11a3a7495bd5ed93a2dd47fa08abf7f_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:73343845c72dea40bfa36649b13d1d241f0190aa7b4d4e05952b43710ef8de42_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b683c66057d65b6ca4360a31811944b4083de6b6294cf09a1c841a4498cbfd0e_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4909fc1686e26c789c42426b51718ef756c595b25ba7bb372f80cbe76cd81e50_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:647960dd990e5d4b7203450392a03d5e395de52b9a09b7488897f76f9ec16ac3_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:98ef84a6f8d90cb09113e6a3431fa00c5910ab5ba9e8263e22f7c2fc39443c20_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:f4ec8416deebe2f69231a2d137e05f0b244216826e1c029ff751d46cea8e0e09_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:34b737d8960e90357006419682b8b28f10d30cec8ae8ddfbdc7805cddb0ae120_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:65595440f3d1b49881d658d7fbfc3e48805a010e8b4808a0c113b25725b6d5df_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:755cea404ea13004e6d142985f6c7607d3d87daec4db4861bd06b6cbbeb62047_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a67877772626c15a61c0c84009c7a4aed49e352d08d1fb518325a5190975cee6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:38fc5ff2e94071852aaeafe98394ad26a15384046a3979e731e074c131b0e89c_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:49bc55113a9e69d0555440dab3b73c436fa9c7032f1d22e5cfdb592f5a78bd62_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:75f3f3856b19e3169e534f148048fa0ff34974523723850da22fa982c6771165_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:ba7d02e77d8dd52dd61425b27b400e0b3b2db16a82addb444bf12ec6d30a3364_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4a78df0a94677a0eefa21b58a9ce4e277f02ae73b62def3c67ff530a352e3f6c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:656d328dab901a6c91acd23695d857c74e513b03424dac9070b013786b5b15d7_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9b4d478ea1b8f678154eae25a63fa4c5efaf6c6d2af26200bb5fd5d24288c2ce_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:bdb1cb4d3ed7e091b2241e5e279a8b327d3710396597e215b718a677f96878ed_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3a178a67d25889f7999f738077ed6a9247a77b9507aa7a05921fcff60b9d2636_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3f0158b470e1cd9a76d28d7d3840e722548900b045e23bdd110c0eefae987249_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:49d9b1b412dc6adada0336e6fa9088e732b67a77baa77e802d44d36a31b7b675_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:65872b0324e907feaa4e7f2851d29d35306549ce35005259eaf6cb1f560c7a06_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:7aafa8c6604fab9ddd9d7e01ce2e32dac0496f3ffe0468aaefca10aba3a02d7f_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:a50ba0fa8810e141d7e0fa31e6f5387c9335ed8fc83f95c4293be0212f15e658_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:baa6d9bc58f4d70b7207688bd743e940b51a1d677b3ae357e8b81cb739e2790c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cdbcc2e47b1e2846b1d847bdf1a2e8972e1bcd5a55756feb15def6c20812f0ef_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:13c46cc94f63978ae9aad5e5a8e28f05602a165eb264f5d3a36af7b320f40030_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9e9170e5f4303bb0d664e875656971a359f42100ffcad76cf895db0bee84cb19_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:c8939d68dc4dea211e4aadef72d92cc4be2650407581f807241ccda0bb8960fc_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:e24ccd1d29f5d3019c0b64f8ef9bdcb235eb9555e67d625c06339865727fdd92_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:101d95caac7754e2a52d604b5458c1e37f243baa00f63270cbed87eb1b070057_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:17996ed18a7c5946d45802bf31f8a5075c6080f8e5340334d21764f6bd946454_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:42cd33038c6dc4f5f60ad6d62a29a3446fe69c632238614005cc2d9ed1d65902_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:a16813a750131e825a9cae498bbcfd6b377f6762e08e8743ef06f4eb06a7297c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:65d3d04cada5750601d2372642d14e64320cee7b8a5286e11fdd477ba8b5e7ba_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7e83ecbd9f40272e5359826761a2b6d9f48a299d99ffa245e4343d2a5526b289_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:92c0a5ad9e0f0825cf06b1ffdd753180b60b553a55675b327b34146081c41ae6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b388e4e313a3e2b766a443b14a7c932ae6aa0b2aa1e39c450c34ec3cb540074d_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2389723dc391b58f2b78a873d7b3ce061835dd0851806c0ac1807f1a5fdb1ccf_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:2d4c85b612c10c09608c6a54cd9e55487439a30635938e018ea66f3562d5995b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:30b9c14e2c64f979c5775c331b264223075f8aa29199c9bdbb2365480553a061_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:853563cd50f8782fbd516fa1d4154593e421757677cd1fdbbf32cd8cb6231a99_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:03d39fb027b3d3db514d944e1911266e99b0fb5671cefa7287dc898aa0116ed9_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:15409fb17ca0e206d33b2819c8459e2ef609cb34ec0f4debd786bb2c8c4162f6_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:d44f4a854122aad1cf7bd4e5611ee36557a86331cb687236401237858f1150f6_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fa649457709bd0d8098b928dc8ff1813169c7abc82af9c4f81e270ef77e83c63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:0fb43c8bc323fb5066209cbd990c260096c331a5eca5a695c9715765cb5fcaef_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:64aefc4a5241b636add963a7ae9c80e89fb6e51c2c70b1340c16c2a396223460_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:95d4dcb17bfe3ba981ce84a27e79e8bad1f0574b7d287316ac885c3a03b47d0b_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d37298739aa029391da1e24a052d68fb4d42a654493f3f9c0cf5f84894b2a359_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0adb1f93691c91c098e88d10a5c85bb9c40a86c97ce9da03db4ef046aa729046_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:20f4edc0c5cec375d29a0d1556f57d107da7300bf9fa0bbb79a03241f8103d0e_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:a3eb86fccb73f1177cb8ecc0a2f0c34977a51d2e1dc6f206f7d9abcda51a1950_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:b2e406bf1cdc672d655c6805851b6f511a293f3d44c844663a3bab720c3ceff1_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:609b6f5a0f9f1d86d123414bbf80b79afa50d575c8e9d57845db41b798a32369_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:759c3b2c67e24f134f48628adb4c81bb82a060f57821ece082ba043831f6e730_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:8a14ece050720263b1e66751121324660edae661a27e5401c94082ca5fd2a6aa_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:d96ae13c66493e6e82532abb5aa0ca4e97409539ac3d0f0bb8ad25e9b8b84141_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:76e7acc3f5083d73cbcfdaf4d59790070ef1b77a202242d661540bbefcc92542_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a8583d0cb70c604bcdf595eac14ce3f25ca4ffd98d0ebb7c38ae9601b3906fee_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:c97f22fa4f3502f16a68d488692ebf7cc048f49b5c56820670f29d5fdaa7d960_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db050305b80c665ecbd3c205b0acd660487874bfba688bd715e26fb151fd2189_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:47b70eda9d66d5ecf0b503b65401907cd6563b9dc1a72ece63ba7ecdcd08487a_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:6ea72894ba4d2ec772ab6565019f4600234957af802797c650c32516d56ea121_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:7d701a3e0495b98428f1cb072dd1fd655963fa4b4537198d26cd62e3c38fff63_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:dc78fbb014fa97d6ee2b2b32475dc39c7277f132558c7f8b5299b6a85018043a_ppc64le",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:52cb87eb762d0aeb6fc26335f7416bd1975c64ebc55d37914553178627e4325c_arm64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:76e2cca6983c688231e90f11868900ae32fb495032ffdf1a27eaceb34e24d51c_amd64",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bbfc3a0e887427d11018ac789ff75b6d94167f52fbc756749e3d54391d4355bb_s390x",
"multicluster engine for Kubernetes 2.1:registry.redhat.io/multicluster-engine/work-rhel9@sha256:bc9f9494efef5a03e42db6a0da3d79717420b932d176e66f33885beb47ac1f8b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
}
]
}
RHSA-2026:13545
Vulnerability from csaf_redhat - Published: 2026-05-04 17:14 - Updated: 2026-05-26 08:59A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server's memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A security flaw was identified in the Ansible Lightspeed API conversation endpoints that handle AI chat interactions. The APIs do not properly verify whether a conversation identifier belongs to the authenticated user making the request. As a result, an attacker with valid credentials could access or influence conversations owned by other users. This exposes sensitive conversation data and allows unauthorized manipulation of AI-generated outputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim's account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in quinn-proto, a pure-Rust implementation of the IETF QUIC transport protocol. A remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), so truncated encodings cause Err(UnexpectedEnd) and panic. This is reachable over the network with a single packet and no prior trust or authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — | ||
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
A flaw was found in LiteLLM, an AI Gateway proxy server. An authenticated user can exploit a missing authorization check on the `/config/update` endpoint. This allows the user to modify proxy configurations and environment variables, leading to remote code execution by registering custom endpoint handlers. Additionally, this vulnerability enables unauthorized reading of server files and potential takeover of privileged accounts through environment variable manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
A flaw was found in LiteLLM, a proxy server for Large Language Model (LLM) APIs. When JSON Web Token (JWT) authentication is enabled, the OIDC user information cache uses a truncated portion of the token as a cache key. An unauthenticated attacker can exploit this by crafting a JWT with the same initial characters as a legitimate user's cached token. This allows the attacker to bypass authentication and inherit the legitimate user's identity and permissions, potentially leading to unauthorized access and privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13545",
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69227",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69228",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0598",
"url": "https://access.redhat.com/security/cve/CVE-2026-0598"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27459",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31812",
"url": "https://access.redhat.com/security/cve/CVE-2026-31812"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32274",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33154",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35029",
"url": "https://access.redhat.com/security/cve/CVE-2026-35029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-35030",
"url": "https://access.redhat.com/security/cve/CVE-2026-35030"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4926",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6266",
"url": "https://access.redhat.com/security/cve/CVE-2026-6266"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13545.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-05-26T08:59:35+00:00",
"generator": {
"date": "2026-05-26T08:59:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13545",
"initial_release_date": "2026-05-04T17:14:54+00:00",
"revision_history": [
{
"date": "2026-05-04T17:14:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T17:15:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T08:59:35+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:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777410621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3Af07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Abf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Aa6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1777410604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3Aab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Acd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Ac6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Aad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ae2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Aa6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Af264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Ac0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Aff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Aec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Aebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Ae330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ae4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Ac42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Ace5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ae5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Aad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Af77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3Afd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Add2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ab00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ae48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3Ae4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Ae8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3Aca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Afe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Aab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Add66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Afa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777386606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ac9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163594"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Abab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777293525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390240"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777398576"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Abe0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777377014"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ac3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777296732"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777176989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Aca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777311120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777299023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777177318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777302345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9-operator@sha256%3A6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777163503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Aa47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1777394269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777399713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Add686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777402399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ae3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777387537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777163557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Ac9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777390333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Ad0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1777391542"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_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:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_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:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_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:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_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:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_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:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_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:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_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:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_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:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_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:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_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:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_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:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_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:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_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:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_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:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_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:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_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:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_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:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_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:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_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:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_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:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_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:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_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:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_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:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_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:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_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:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_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:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_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:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_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:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_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:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_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:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_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:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_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:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_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:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_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:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_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:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_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:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_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:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_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:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_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:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_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:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_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:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_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:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_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:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_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:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_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:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_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:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_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:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_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:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_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:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_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:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_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:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_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:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_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:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_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:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_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:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_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:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_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:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_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:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_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:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_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:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_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:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_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:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_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:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_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@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_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:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_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:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_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:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_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:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_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:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_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:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_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:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_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:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_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:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_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:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_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:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_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:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_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:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_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:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_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:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_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:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_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:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_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:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_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:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_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:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_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:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_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:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_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:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_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:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_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:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_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:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_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:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_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:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_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:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_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:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_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:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_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:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_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:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_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-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_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:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_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:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_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:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_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:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_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:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_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:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_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:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_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:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_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:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_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:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_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:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_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:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_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:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_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:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_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:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_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:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_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:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_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:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_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:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_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:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_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:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_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:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_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:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_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:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_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:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_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:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_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:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_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:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_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:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_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:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_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:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_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:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_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:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_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:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_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:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_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:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_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:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_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:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_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:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_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:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_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:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_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:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_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:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_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:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_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:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_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:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_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:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_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:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_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:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_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:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_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:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_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:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_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:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_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:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_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:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_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:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_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:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_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:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_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:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_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:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_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:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_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:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_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:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_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:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_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:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_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:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_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:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_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:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_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:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_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:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_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:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_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:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_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:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_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:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_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:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_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:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_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:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_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:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_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:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_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:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_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:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_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:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_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:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_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:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_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:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_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:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_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:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_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:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_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/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_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:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_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:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-01-06T00:01:17.036900+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via specially crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products as it can lead to a Denial of Service (DoS) in applications utilizing the `aiohttp` library. Exploitation requires Python optimizations to be explicitly enabled (e.g., via `-O` or `PYTHONOPTIMIZE=1`) and the application to process POST requests using the `Request.post()` method. Red Hat products are affected if they meet these specific configuration and usage criteria.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "RHBZ#2427256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259",
"url": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23"
}
],
"release_date": "2026-01-05T23:19:31.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via specially crafted POST request"
},
{
"cve": "CVE-2025-69228",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T00:01:02.119065+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427254"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server\u0027s memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in aiohttp allows a remote attacker to cause a Denial of Service (DoS) by sending a specially crafted POST request to an aiohttp server that utilizes the `Request.post()` method. This can lead to uncontrolled memory consumption, freezing the server and making the server unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "RHBZ#2427254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427254"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60",
"url": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf"
}
],
"release_date": "2026-01-05T23:30:33.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request"
},
{
"acknowledgments": [
{
"names": [
"Laura Pardo"
],
"organization": "RedHat"
}
],
"cve": "CVE-2026-0598",
"cwe": {
"id": "CWE-283",
"name": "Unverified Ownership"
},
"discovery_date": "2026-01-05T07:34:33.335000+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427094"
}
],
"notes": [
{
"category": "description",
"text": "A security flaw was identified in the Ansible Lightspeed API conversation endpoints that handle AI chat interactions. The APIs do not properly verify whether a conversation identifier belongs to the authenticated user making the request. As a result, an attacker with valid credentials could access or influence conversations owned by other users. This exposes sensitive conversation data and allows unauthorized manipulation of AI-generated outputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-lightspeed: Broken Object Level Authorization Leading to Cross-User AI Conversation Context Injection in Ansible Lightspeed API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. The flaw in Ansible Lightspeed API conversation endpoints allows an authenticated attacker to access or influence other users\u0027 AI chat sessions due to improper ownership validation of conversation identifiers. This can lead to unauthorized information disclosure and manipulation of AI-generated outputs.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0598"
},
{
"category": "external",
"summary": "RHBZ#2427094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0598"
}
],
"release_date": "2026-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible-lightspeed: Broken Object Level Authorization Leading to Cross-User AI Conversation Context Injection in Ansible Lightspeed API"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-4926",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-03-26T20:03:28.427630+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in `path-to-regexp` that can lead to a Denial of Service. The vulnerability occurs when specially crafted input containing multiple sequential optional groups is used to generate regular expressions, causing exponential resource consumption.\n\nThe Red Hat Advanced Cluster Security is not affected by this issue since it\u0027s shipping a `path-to-regexp` version which doesn\u0027t contain the vulnerable code.",
"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-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "RHBZ#2451867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"release_date": "2026-03-26T18:59:38+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, limit the use of multiple sequential optional groups in route patterns within applications that use `path-to-regexp`. Additionally, avoid directly passing user-controlled input as route patterns to prevent the generation of maliciously crafted regular expressions.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions"
},
{
"acknowledgments": [
{
"names": [
"Robin Bobbitt"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-6266",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2026-04-14T06:29:16.779000+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the AAP gateway. The user auto-link strategy, introduced in AAP 2.6, automatically links an external Identity Provider (IDP) identity to an existing AAP user account based on email matching without verifying email ownership. This allows a remote attacker to potentially hijack a victim\u0027s account or gain unauthorized access to other accounts, including administrative accounts, by manipulating the IDP-provided email.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking",
"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/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6266"
},
{
"category": "external",
"summary": "RHBZ#2458142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6266",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6266"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6266"
}
],
"release_date": "2026-05-04T13:35:24.113000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aap-controller: aap-gateway: Account hijacking and unauthorized access via unverified email linking"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"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/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27459",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-03-18T00:01:41.404915+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyOpenSSL: DTLS cookie callback buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is only exploitable when an application using the pyOpenSSL library provides a custom callback to the set_cookie_generate_callback function. For the buffer overflow to occur, the callback function must return a cookie string or byte sequence longer than 256 bytes, limiting the exposure of this issue. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "RHBZ#2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst",
"url": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408",
"url": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4",
"url": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4"
}
],
"release_date": "2026-03-17T23:34:28.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure the callback provided to the set_cookie_generate_callback function strictly limits the returned cookie string or byte sequence to under 256 bytes.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-31812",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-10T23:02:15.752133+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in quinn-proto, a pure-Rust implementation of the IETF QUIC transport protocol. A remote, unauthenticated attacker can trigger a denial of service in applications using vulnerable quinn versions by sending a crafted QUIC Initial packet containing malformed quic_transport_parameters. In quinn-proto parsing logic, attacker-controlled varints are decoded with unwrap(), so truncated encodings cause Err(UnexpectedEnd) and panic. This is reachable over the network with a single packet and no prior trust or authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quinn-proto: quinn-proto: Denial of Service via crafted QUIC Initial packet",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is limited to specific services on Red Hat systems. Host system availability is not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31812"
},
{
"category": "external",
"summary": "RHBZ#2446330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31812",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31812"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31812",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31812"
},
{
"category": "external",
"summary": "https://github.com/quinn-rs/quinn/security/advisories/GHSA-6xvm-j4wr-6v98",
"url": "https://github.com/quinn-rs/quinn/security/advisories/GHSA-6xvm-j4wr-6v98"
}
],
"release_date": "2026-03-10T21:04:36.812000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "quinn-proto: quinn-proto: Denial of Service via crafted QUIC Initial packet"
},
{
"cve": "CVE-2026-32274",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-12T20:01:22.957558+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447111"
}
],
"notes": [
{
"category": "description",
"text": "A user input sanitization flaw has been discovered in the Black python code formatter. Black writes a cache file, the name of which is computed from various formatting options. The value of the --python-cell-magics option was placed in the filename without sanitization, which allowed an attacker who controls the value of this argument to write cache files to arbitrary file system locations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "black: Black: Arbitrary file writes from unsanitized user input in cache file name",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32274"
},
{
"category": "external",
"summary": "RHBZ#2447111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32274",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32274"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32274"
},
{
"category": "external",
"summary": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d",
"url": "https://github.com/psf/black/commit/4937fe6cf241139ddbfc16b0bdbb5b422798909d"
},
{
"category": "external",
"summary": "https://github.com/psf/black/pull/5038",
"url": "https://github.com/psf/black/pull/5038"
},
{
"category": "external",
"summary": "https://github.com/psf/black/releases/tag/26.3.1",
"url": "https://github.com/psf/black/releases/tag/26.3.1"
},
{
"category": "external",
"summary": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m",
"url": "https://github.com/psf/black/security/advisories/GHSA-3936-cmfr-pm3m"
}
],
"release_date": "2026-03-12T19:47:07.464000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "black: Black: Arbitrary file writes from unsanitized user input in cache file name"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-33154",
"cwe": {
"id": "CWE-917",
"name": "Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)"
},
"discovery_date": "2026-03-20T21:01:35.498935+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449774"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in dynaconf, a Python configuration management tool. This Server-Side Template Injection (SSTI) vulnerability occurs due to unsafe template evaluation in the @Jinja resolver when the jinja2 package is installed. A remote attacker could exploit this by embedding malicious template expressions in configuration values, which are then processed without a sandboxed environment. This could lead to arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection",
"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/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33154"
},
{
"category": "external",
"summary": "RHBZ#2449774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33154"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33154"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7",
"url": "https://github.com/dynaconf/dynaconf/commit/2fbb45ee36b8c0caa5b924fe19f3c1a5e8603fa7"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13",
"url": "https://github.com/dynaconf/dynaconf/releases/tag/3.2.13"
},
{
"category": "external",
"summary": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p",
"url": "https://github.com/dynaconf/dynaconf/security/advisories/GHSA-pxrr-hq57-q35p"
}
],
"release_date": "2026-03-20T20:22:59.090000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dynaconf: jinja2: Dynaconf: Arbitrary code execution via Server-Side Template Injection"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"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/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-35029",
"cwe": {
"id": "CWE-425",
"name": "Direct Request (\u0027Forced Browsing\u0027)"
},
"discovery_date": "2026-04-06T17:01:57.502231+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455474"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LiteLLM, an AI Gateway proxy server. An authenticated user can exploit a missing authorization check on the `/config/update` endpoint. This allows the user to modify proxy configurations and environment variables, leading to remote code execution by registering custom endpoint handlers. Additionally, this vulnerability enables unauthorized reading of server files and potential takeover of privileged accounts through environment variable manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "litellm: LiteLLM: Remote code execution and privilege escalation via unrestricted proxy configuration endpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in LiteLLM allows an authenticated user to bypass authorization on the `/config/update` endpoint. This enables modification of proxy configurations and environment variables, leading to remote code execution, unauthorized file access, and potential account takeover. Red Hat Ansible Automation Platform, Lightspeed Core, and Red Hat OpenShift AI are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35029"
},
{
"category": "external",
"summary": "RHBZ#2455474",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455474"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35029"
},
{
"category": "external",
"summary": "https://github.com/BerriAI/litellm/security/advisories/GHSA-53mr-6c8q-9789",
"url": "https://github.com/BerriAI/litellm/security/advisories/GHSA-53mr-6c8q-9789"
}
],
"release_date": "2026-04-06T16:35:28.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "Limit network access to the LiteLLM service to trusted networks or hosts only. Implement firewall rules to restrict inbound connections to the LiteLLM service\u0027s port, ensuring that only authorized systems can reach the service. This reduces the exposure of the `/config/update` endpoint to unauthorized authenticated users.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "litellm: LiteLLM: Remote code execution and privilege escalation via unrestricted proxy configuration endpoint"
},
{
"cve": "CVE-2026-35030",
"cwe": {
"id": "CWE-222",
"name": "Truncation of Security-relevant Information"
},
"discovery_date": "2026-04-06T18:01:07.517951+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:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LiteLLM, a proxy server for Large Language Model (LLM) APIs. When JSON Web Token (JWT) authentication is enabled, the OIDC user information cache uses a truncated portion of the token as a cache key. An unauthenticated attacker can exploit this by crafting a JWT with the same initial characters as a legitimate user\u0027s cached token. This allows the attacker to bypass authentication and inherit the legitimate user\u0027s identity and permissions, potentially leading to unauthorized access and privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "litellm: LiteLLM: Authentication bypass and privilege escalation via OIDC userinfo cache key collision",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in LiteLLM that enables authentication bypass and privilege escalation. The vulnerability is present only when JWT authentication is explicitly enabled, as this configuration is not active by default. Red Hat Ansible Automation Platform, Lightspeed Core, Red Hat OpenShift AI, and Ansible Services are affected if configured with JWT authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-35030"
},
{
"category": "external",
"summary": "RHBZ#2455509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-35030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-35030"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35030",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35030"
},
{
"category": "external",
"summary": "https://github.com/BerriAI/litellm/security/advisories/GHSA-jjhc-v7c2-5hh6",
"url": "https://github.com/BerriAI/litellm/security/advisories/GHSA-jjhc-v7c2-5hh6"
}
],
"release_date": "2026-04-06T16:47:02.065000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T17:14:54+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13545"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that JWT authentication is not enabled in LiteLLM configurations. The vulnerability only manifests when `enable_jwt_auth` is set to `true`. If JWT authentication is not strictly required, disable it to prevent potential authentication bypass and privilege escalation. If this configuration is changed, a restart of the LiteLLM service may be required for the changes to take effect.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:1879be3aafbece708fd6d586940f6db61e5effd235ffb236f107366004146a19_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:bf34af37cbbcc048dcbda9aa9bf873fbdf244f50840f09cb0e001c2d2ef355cd_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:c9596b4386a20a5e74b35550600fef3254fecae6138648cf11bc64a83da9efbf_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:ff00bd55d0eb26d87e03dcb98f3ab8c5bb6b1012d2a42486b8937e0b6dd4af9c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:20ed55c20740e13ca1db2b4ff3eb481253db2810b70f824f181d2262d3ace126_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:78bb601708c89ce1faa58e980d1b423c4498e469e514f6e4b16c997d12370b52_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:bab7406571af3a01039fc6841ee853ea06d6dd7bf8019ccdb381a3ecdbc1dd79_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:ec4da4a38f9998fddde6f91a87529c4daa0e6c0a4919226bc4237ec6fadc11bb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:05384905447e5c2974eda5cb9866696246f00ae4db42fa6de0dcfe4a1e89f46c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:4ba84fa1e2e4ed841c46d1cbc59472b79ce35a2c135248c43c8b23916aed7942_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:52fab2d0ae1d8e4d8c4b060e5fc350f33683f217a6c0532674010e73be9ff640_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:ab51737c0258483311e4ede2b82fdb922c969524eaa7c45dfc48d3fdcaf520d8_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:54b1efe54cdd3e2c87a82a348fd94ce523e78c5538293455672cf68aa378eda0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:5dcda98257c48961b90ac115bdccbc263da391ac74b3a2933d1b85b6bf4d80db_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:682ff0ea64332671b1001fbbc480eb83fb9b708ad758c9e916eb36456d8e2d2f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:6adb734db3dba05e49bdb7419b3cb6dbd1fed880461ff0745a2ddca43d6ddab2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:4adc9ebce0716fe9b9f8c6b6604c5ab0481ce4c886b805f15476174d434a1912_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a83ccba93f9d43062eeb9fe6bdbee59c2e5e968088a36997fccbe0f82ebafdce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:ab4819ac35d6519172ed95800560c4e3214755cc1a08a7214ccb28486342b139_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:dd2e7f8245c01fe31b1de0266ca06062ed70f4ea5dee49e4211bd2694c639235_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3c8aa59788c7f7b40df6925505514145ce0dbe65c00cab2e282026f3a6ab1da4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:3d1afcc994ba68650434a2026d7c1880f966bfcf8f29628c16e29c65060cff7a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:ab0da105ec388adec982fdf764ff04e190ddbca309c7a993690a6e121a893d43_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:f264bf94eac8ccff912cf887a95344e2a34e7278c7c2c5601d58220d8a671ec6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:01a19f289323c271cbbbaab4212d5506d18d43f12f4466edfd0d103c2a3e9b7f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:5c76959f4673118d55a0db120fa66dd8b01b08fdb692ca0e38c5fe308a6a2b72_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9c8be5a5c68f895ea44edecc9753156c919d3b213313df29c147f0d07c21e1fb_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:dd686595d1aadaffcf7bac93f62af54eea6bdfb22421c2dfa0f39c8c9b9acfa0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:041000cc15cc318f722190a3f8e2f7cb93554cec331f366d974836755e067b51_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e330461a0f551dc854a059e8445d561bfeb0b02ea576a607ad9d1f147317e2ef_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:e9ce48222555609c71e7324e23e66fb1b3d134f40c189d592f7743873007d370_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f371eabd47413a32e879d6947dee056e13fe7fc5fb8b0ebbd07c9acca37fb3c6_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:ad1f665181f381613a6dd574017e40a6fdc74c8cc588732cf00e45bb80849cee_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:b00858c99380fb965e200d69fc75f028c8b5b9ce653abb844b49013df8a35444_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:c3cd9385d4acdacc2bc144afa2196720f886dc176f64ca5d2e1f67a1d627dfc0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e00a5aafd252eb9c769eac13ece239e3fdc538d98c535f55f357b1d3765e4af9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4864575218feeedf824d9eb752f1692f5e392591f7fa2395abcfc25fe896cfb9_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:ca28f6d2d9fc72a528ad5d2c5e0b1f95a30ede649281664bcfc65d34b1bc2b18_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e2cff01ae7580087c28bca736d99d315c751b64de765622ece00f28cee9525ff_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:e48c4f1376c40713c021d0716d8beef1236eafa71e352bb60b7e7d9a8e0b43a9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:8b519343000fd984803c925b0bd13f523f87b0a454cf5fce5f70190a8446c2a2_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:9c4a7aa1efe4c605bf432acbd7fc96dc11bf62a6faf72477b92c6204273d744b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e3fbb0cc2a718cbc13bbbdea96128288fc80d6db943d69857ec659ab347e0900_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:e5c623b50baccc7a6880470936734b82aca8df0b256d792827fe12d7dbf63cd8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:128a757b63856a6f014e985a962bf3dec109a91dc11578124b1d455dc6749fee_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:4597571b8b3713e4dff7639e3698695b604ea0832170bd2fdecf11d9a87d6b84_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:a47c9e01586d13b7d9ee14a6373e05086c2830e5f0fee138087b0930809f2e9c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:c42805440387569619f4c8cae5dd15547c16e5450682454c97793702ed1090e4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:32ee6d1b6f98eb0c37fa7a9808b42aab01da08e4e2cadb437ad5b49b2d1a7875_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:874f03ad0a3ab9163ef7ac41d86459e54fbe1eec824adfbc70b3d6703ce120af_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4af2de2e44c5a2d666ea83c3338449cafcbad0d7081e123da1ef05f1adb3f23_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:e4b8e88b66e7a815fcccca8c021c53453502dd1a70494edbf1ff894c3889c489_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:61b82da271e0e66cf77cf38658790919e8b6c406d0005bd15e0ee6bb28a7e7c4_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9c5fbdc3bb9ec83f2be4ce8238b2a426c0ea0d7dd4724a28473c087b2ba2c8dd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:9fbbbc784d3573df7024826b09f6327349c36c64c6e9e0e0338f959d605656ed_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f67d315964083f1d05055584dcd24a713c9ee2f3a28de92bbaa2cdcd5fb22519_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:1a71e725e9407a4461970dd03b5b0d57caca62765b7342ae1c133fc1ab61400e_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:5a3abcce834de7cc14df8d13fa6862c805eb6539ae218b46adf522e715e861eb_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:7a056b0cfccfbfecb073264483259509fd622b467eb91d75d49d246cc4916ac7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:8ea50459d569e923c3a883fdd8e086d66d64c7e3d1d24f7b4c7ea97987f855a0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0ddf22b33eb86a8254e5bb8ccbc819fcbfb91c985b4593c2ea7aa3025e48829a_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:6145d50f1c54e707d0582777c2dea1077a276ed55ce5d97527d3a1f91769673d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:72608d7d81966bed3c07270c249bd9a5f02e2edc3e833e8da341999a27ea3119_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:e8bfeef2f561fb999b52b603f9918f437766d2e2f37541553cfeae03a0bedaac_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:02dce1950cfe4ffb3227457af90bf9f50fd5818ea1e7b867a29176e323f16222_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:2a6e77a0996f858ba3021cabe5481f3bba1921a15cbd7ccf345138ed282f9688_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:6d4dfa2ba325aae6918ba16a41544336169a74ef4c5b251edbe5b2bcbaa92470_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:832b7fa8cf817b17c74e4064a2330a21d488f54898cf0b73965a8daf71a0cba8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:09b27148b5264b03a391df78544bf89054a86be9a8f234e0bfbb89b38ab030e8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:0b82d2926f48260d55b1ffab17335660e37e68a6acf8c5f46dc38a201af6a7f1_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:44de772d413559b49a7a8358b30ef142b2afddf41d43fe354fcd0b0c72e66cc9_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:99ea46e774f0c4667de04f51d559b2eea2b6487d58e64b1b0857572306092ba3_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:1a107e35bf15b706ec620d9140850c29a799ed9497f46f3c1c88dd0eb589ae61_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:3857a27d9cca34556e6b9e7aa12706eab9e8fd140c0e25d0ab165048a569d439_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:7844a5a015b063eeff20461b531e6f5ddf8b59d6dacaf4cfcdcca48c977506d0_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:e5143dbaea707608ebf1f911b4e9e332a20a0c1c169c8ddc4c10569a9e07e0c5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:368f837b65eb1627b30a675a208594a3ff8c83bbdb9cfd8587eefe1f03527441_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:523ac4bb0fc97868d63d855c5af50a7284795a7c156745da968a35e0491bf686_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ebd294ba17a31191f7fe1276b78e8066b4daf232d3369e7af80582caeb4bd97c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:f77e37ad7d03e07001cc85ee04ceb4e41d3eac919e3e4ae3a86eb87556216fa8_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:23c21f847c7fe2e3651a5d1152e46ac91ddf16bb6c6a367c3b9e437da0503ad7_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:ad373122550a18fabd4db5cca6ebc049103f092bdafb0a414410b5debeebfb91_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:be0166e947ccfa9edaadc7e6f8571400bfb93ed8948ede31c20addb6baee11e0_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:cd00b0178cd6ad1ab6adfdc0b09d8314bac9f7c58eb412c90cacd555b3b3626a_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:4bc7a5bd8fd13c6630eddabc14285c7a20b5ccacb85db644c3ed11df1eeec6dd_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:95ecc4663dbcfa5467c2744e9fa4a2e68a2dae5e9c89ec006b3531ec05d52242_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:c6b320e8bb9678586e730c17001cd3429720e418cd659708f46766711c5eda34_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:fd0249fa6c906a01554d5838693e0ace16240b5250da1a97527c385f2fa4e5b6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4595344d943c6c7a7f3c1b39d2155a8731575e4e954c6049a2aebe4de3474cb2_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:4ef01704c4cc594c1a329d30a82622d551c323d0294203d51b64af840d82061d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ca6fb0434e5eaa026276a5537a0e11440282de70573b2735cb22e59df82a8dce_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:ce5f39610ef1058c8814565232181936c5f147a9f1fa97de4b0e74202ae56b5f_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:2681582df4963fad092ee217a9a1e21953a1ead4554d0ccca776b5bc40f3ac14_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:29b38c6b27d681f17c77c54cb51abe9f92777b8405f087f19aa9af66f3ae550d_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:c9894ec5d97f129a40254a3502ac05c46310b25629a6cbe50329caf12092d297_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:dd66528d7b26fce75e8eef95c49863929bb49dcc627a7da1230b01376da38b47_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:c0b6968eb6b1764e3f8a66c2e05c8723703bbb1589956926c1ca460a8c50e944_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb6dc7c0bd4ef6ca7b97e4369b8ee730e93ee15e3f362c1f59eb75f8719e6df2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:d0c92142868f81163c2206a64a925ff97074410d6d8c5961b98bda76c2582647_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:fa5b38141b417c7eef7fb5a479a854185423b6b1c4109298910a3bef8645ca75_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:0b66204b4c7c5f1c31c4fe5c091d9a050f507e0fc3baf54194bc0e5bdd1eac57_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:127813f558ee0073d365fcf25e55280b1ad14ca6746f956eb404231c9507ea27_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4de0bbd1958c1c709bb57b475aea2f7d4beb4d82a0db4b67b5688b271e277b77_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:f07a752a396c6aded1e104a67796d49843ff7fa76cb4484f63d4312e16e7bbf4_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:6aeab592ffe1e34fc7d255e154f230ff46ccf95a63daaffbfb19f55ada3b3c11_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:7f185a63814257474692c342ede57b001a27a227990de4f86579962b110b64e8_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:a6275b3b9711cbd5c3c8edb650371ff9ae2329d9aee5ea83ce530d42c313f19c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9-operator@sha256:ca0921e816b1de843ae92c3ee0eeb8eeb0697588be4538cfa8e43a886d0e59a7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:01dd2d20134419a05dccbbc18bb88f68884b780c2aa0bc28667dcd5e317d047f_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:527ad3bb46b508e3becdcb317adb87720e706a25f748b03d75bce33378411c38_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7b3f593f349943defc1bd51813c737b281dd062791e44f328a73670fb2b79db4_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:fe0801afabf091fdfff6496e36999c27acb9a34966aacee6587ae94b45c586d5_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:215c88d99678221d3e885596b521d00988df8b9569ed7eef17aa39bca8d127db_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:a6f711ac57bf1a1de8e9121a25cf2af3462168c8d1e2fb7b0d6b5eb26e73aafe_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "litellm: LiteLLM: Authentication bypass and privilege escalation via OIDC userinfo cache key collision"
}
]
}
RHSA-2026:13571
Vulnerability from csaf_redhat - Published: 2026-05-04 23:37 - Updated: 2026-05-26 09:03A flaw was found in jose4j. A remote attacker can exploit this by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it results in significant memory allocation and processing time during decompression. This can lead to a Denial of Service, making the service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions. If the `Host` header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required conditions are 1) Next.js is running in a self-hosted manner; 2) the Next.js application makes use of Server Actions; and 3) the Server Action performs a redirect to a relative path which starts with a `/`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in React Server Components. A remote attacker can exploit this vulnerability by sending specially crafted HTTP requests to Server Function endpoints. This can lead to a Denial of Service (DoS), causing server crashes, out-of-memory exceptions, or excessive CPU usage, thereby impacting the availability of applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
An unbounded disk usage flaw has been discovered in Next.js. The default Next.js image optimization disk cache (`/_next/image`) did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server's lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Streams for Apache Kafka 3.2.0
Red Hat / Red Hat OpenShift Enterprise
|
cpe:/a:redhat:amq_streams:3.2::el9
|
— |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Streams for Apache Kafka 3.2.0 is now available from the Red Hat Customer Portal.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Streams for Apache Kafka, based on the Apache Kafka project, offers a distributed\nbackbone that allows microservices and other applications to share data with\nextremely high throughput and extremely low latency.\n\nThis release of Red Hat Streams for Apache Kafka 3.2.0 serves as a replacement for Red Hat Streams for Apache Kafka 3.1.0, and includes security and bug fixes, and enhancements.\n\nSecurity Fix(es):\n* Drain Cleaner, Kafks Exporter - Eclipse Vert.x Web static handler file access denial [amq-st-3.2]\"(CVE-2026-1002)\"\n* Drain Cleaner, Kroxylicous - Netty denial of service[amqst-3.2]\"(CVE-2026-33871)\"\n* Drain Cleaner, Kroxylicous - Netty request smuggling attacks[amqst-3.2]\"(CVE-2026-33870)\"\n* Cruise Control - jose4j denial of service [amqst-3.2]\"(CVE-2024-29371)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: Memory exhaustion in query parameter parsing in net/url [amq-st-3.2]\"(CVE-2025-61726)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: golang: Denial of Service due to excessive resource consumption via crafted certificate [amq-st-3.2]\"(CVE-2025-61729)\"\n* Kafka Exporter - golang-github-danielqsj-kafka_exporter: Unexpected session resumption in crypto/tls [amqst-3.2]\"(CVE-2025-68121)\"\n* console UI - Next.js Server-Side Request Forgery in Server Actions [amqst-3.2]\"(CVE-2024-34351)\"\n* console UI - com.github.streamshub-console: Next.js: Unbounded next/image disk cache growth can exhaust storage[amqst-3.2]\"(CVE-2026-27980)\"\n* console UI - Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization [amqst-3.2]\"(CVE-2025-62718)\"\n* console UI - React Server Components: Denial of Service via specially crafted HTTP requests [amqst-3.2]\"(CVE-2026-23864)\"\n* console UI - Axios: Remote Code Execution via Prototype Pollution escalation [amqst-3.2]\"(CVE-2026-40175)\"\n* console UI - lodash: Arbitrary code execution via untrusted input in template imports [amqst-3.2]\"(CVE-2026-4800)\"",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:13571",
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#critical",
"url": "https://access.redhat.com/security/updates/classification/#critical"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2423194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423194"
},
{
"category": "external",
"summary": "2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "2433059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433059"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2448509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448509"
},
{
"category": "external",
"summary": "2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "2454387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454387"
},
{
"category": "external",
"summary": "2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13571.json"
}
],
"title": "Red Hat Security Advisory: Streams for Apache Kafka 3.2.0 release and security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:29+00:00",
"generator": {
"date": "2026-05-26T09:03:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:13571",
"initial_release_date": "2026-05-04T23:37:19+00:00",
"revision_history": [
{
"date": "2026-05-04T23:37:19+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-04T23:37:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Streams for Apache Kafka 3.2.0",
"product": {
"name": "Streams for Apache Kafka 3.2.0",
"product_id": "Streams for Apache Kafka 3.2.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:amq_streams:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-29371",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-17T16:01:18.173727+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2423194"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jose4j. A remote attacker can exploit this by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it results in significant memory allocation and processing time during decompression. This can lead to a Denial of Service, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose4j: jose4j: Denial of Service via malicious JSON Web Encryption (JWE) token compression",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important as it can lead to a Denial of Service in applications that process untrusted JSON Web Encryption tokens. An attacker can craft a malicious JWE token with an exceptionally high compression ratio, causing excessive memory allocation and processing time during decompression in affected components like jose4j. This affects products such as Red Hat AMQ, Enterprise Application Platform (EAP 8.0.z, 8.1.z), Red Hat JBoss Fuse, JBoss Data Grid, OpenShift Developer Tools \u0026 Services, Red Hat build of Apache Camel, Red Hat Integration, Red Hat OpenShift Dev Spaces, Red Hat Process Automation Manager, Red Hat Single Sign-On (RH-SSO), Insights, cloud.redhat.com, and OpenShift Serverless.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29371"
},
{
"category": "external",
"summary": "RHBZ#2423194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2423194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29371"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29371",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29371"
},
{
"category": "external",
"summary": "https://bitbucket.org/b_c/jose4j/issues/220/vuln-zip-bomb-attack",
"url": "https://bitbucket.org/b_c/jose4j/issues/220/vuln-zip-bomb-attack"
}
],
"release_date": "2025-12-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jose4j: jose4j: Denial of Service via malicious JSON Web Encryption (JWE) token compression"
},
{
"cve": "CVE-2024-34351",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-02T15:56:14.719577+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2454387"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability was identified in Next.js Server Actions. If the `Host` header is modified, and the below conditions are also met, an attacker may be able to make requests that appear to be originating from the Next.js application server itself. The required conditions are 1) Next.js is running in a self-hosted manner; 2) the Next.js application makes use of Server Actions; and 3) the Server Action performs a redirect to a relative path which starts with a `/`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "next: Next.js Server-Side Request Forgery in Server Actions",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34351"
},
{
"category": "external",
"summary": "RHBZ#2454387",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454387"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34351",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34351"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34351",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34351"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/commit/8f7a6ca7d21a97bc9f7a1bbe10427b5ad74b9085",
"url": "https://github.com/vercel/next.js/commit/8f7a6ca7d21a97bc9f7a1bbe10427b5ad74b9085"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/pull/62561",
"url": "https://github.com/vercel/next.js/pull/62561"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g",
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-fr5h-rqp8-mj6g"
}
],
"release_date": "2024-05-09T16:14:16.236000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "next: Next.js Server-Side Request Forgery in Server Actions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-1002",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-01-15T21:03:20.088599+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows a remote attacker to block access to specific static files, such as images, CSS or HTML files. However, the underlying Vert.x server, the API endpoints and other non-cached resources are not affected. Due to this reason, this issue has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "RHBZ#2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5895",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
}
],
"release_date": "2026-01-15T20:50:25.642000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider disabling the static handler cache by configuring the StaticHandler instance with setCachingEnabled(false), for example:\n\n~~~\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);\n~~~",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-23864",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-01-26T20:01:54.396535+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433059"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in React Server Components. A remote attacker can exploit this vulnerability by sending specially crafted HTTP requests to Server Function endpoints. This can lead to a Denial of Service (DoS), causing server crashes, out-of-memory exceptions, or excessive CPU usage, thereby impacting the availability of applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "react-server-dom-webpack: react-server-dom-parcel: reactreact-server-dom-turbopack: React Server Components: Denial of Service via specially crafted HTTP requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23864"
},
{
"category": "external",
"summary": "RHBZ#2433059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23864"
},
{
"category": "external",
"summary": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg",
"url": "https://github.com/facebook/react/security/advisories/GHSA-83fc-fqcc-2hmg"
},
{
"category": "external",
"summary": "https://www.facebook.com/security/advisories/cve-2026-23864",
"url": "https://www.facebook.com/security/advisories/cve-2026-23864"
}
],
"release_date": "2026-01-26T19:16:38.250000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "react-server-dom-webpack: react-server-dom-parcel: reactreact-server-dom-turbopack: React Server Components: Denial of Service via specially crafted HTTP requests"
},
{
"cve": "CVE-2026-27980",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-18T01:01:36.393672+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448509"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded disk usage flaw has been discovered in Next.js. The default Next.js image optimization disk cache (`/_next/image`) did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "next.js: Next.js: Unbounded next/image disk cache growth can exhaust storage",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27980"
},
{
"category": "external",
"summary": "RHBZ#2448509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27980"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27980",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27980"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/commit/39eb8e0ac498b48855a0430fbf4c22276a73b4bd",
"url": "https://github.com/vercel/next.js/commit/39eb8e0ac498b48855a0430fbf4c22276a73b4bd"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/releases/tag/v16.1.7",
"url": "https://github.com/vercel/next.js/releases/tag/v16.1.7"
},
{
"category": "external",
"summary": "https://github.com/vercel/next.js/security/advisories/GHSA-3x4c-7xq6-9pq8",
"url": "https://github.com/vercel/next.js/security/advisories/GHSA-3x4c-7xq6-9pq8"
}
],
"release_date": "2026-03-18T00:23:34.862000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "next.js: Next.js: Unbounded next/image disk cache growth can exhaust storage"
},
{
"cve": "CVE-2026-33870",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-03-27T21:01:59.865839+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452453"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote attacker could exploit this vulnerability by sending specially crafted HTTP/1.1 chunked transfer encoding extension values. Due to incorrect parsing of quoted strings, this flaw enables request smuggling attacks, potentially allowing an attacker to bypass security controls or access unauthorized information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33870"
},
{
"category": "external",
"summary": "RHBZ#2452453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33870",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33870"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8",
"url": "https://github.com/netty/netty/security/advisories/GHSA-pwqr-wmgm-9rr8"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/06/18/funky-chunks.html",
"url": "https://w4ke.info/2025/06/18/funky-chunks.html"
},
{
"category": "external",
"summary": "https://w4ke.info/2025/10/29/funky-chunks-2.html",
"url": "https://w4ke.info/2025/10/29/funky-chunks-2.html"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc9110",
"url": "https://www.rfc-editor.org/rfc/rfc9110"
}
],
"release_date": "2026-03-27T19:54:15.586000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
},
{
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"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": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.netty/netty-codec-http: Netty: Request smuggling via incorrect parsing of HTTP/1.1 chunked transfer encoding extension values"
},
{
"cve": "CVE-2026-33871",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-27T21:02:13.396015+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452456"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Netty. A remote user can trigger a Denial of Service (DoS) against a Netty HTTP/2 server by sending a flood of CONTINUATION frames. The server\u0027s lack of a limit on these frames, coupled with a bypass of size-based mitigations using zero-byte frames, allows an attacker to consume excessive CPU resources. This can render the server unresponsive with minimal bandwidth usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This important vulnerability in Netty HTTP/2 servers allows a remote attacker to cause a Denial of Service by sending a flood of CONTINUATION frames. This can lead to excessive CPU consumption and render the server unresponsive. Red Hat products utilizing affected Netty versions, such as Red Hat AMQ, Enterprise Application Platform, and OpenShift Container Platform components, are impacted if configured to use HTTP/2.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33871"
},
{
"category": "external",
"summary": "RHBZ#2452456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33871",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33871"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv",
"url": "https://github.com/netty/netty/security/advisories/GHSA-w9fj-cfpg-grvv"
}
],
"release_date": "2026-03-27T19:55:23.135000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "netty: Netty: Denial of Service via HTTP/2 CONTINUATION frame flood"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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": [
"Streams for Apache Kafka 3.2.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-04T23:37:19+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Streams for Apache Kafka 3.2.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:13571"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Streams for Apache Kafka 3.2.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
}
]
}
RHSA-2026:14100
Vulnerability from csaf_redhat - Published: 2026-05-08 12:20 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
Workaround
|
A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
Workaround
|
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.89 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.12.89. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:14096\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:14100",
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14100.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.89 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:34+00:00",
"generator": {
"date": "2026-05-26T09:03:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:14100",
"initial_release_date": "2026-05-08T12:20:25+00:00",
"revision_history": [
{
"date": "2026-05-08T12:20:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-08T12:20:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel8@sha256%3A39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778037510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests@sha256%3A1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1778173182"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-08T12:20:25+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:594f7c90eeb3e7540444a5c023fd50d83dd436153c96b01c178ea2ebeb32560a\n\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14100"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:39b0f5b85e8cccc7ad9a6f9d555a9135cdfd1bc7ee80a9c66611bc389f10bca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:1e9eba414d5564aff8ef7ba80306354f4aea72845a93a36f35dd74fbec101748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:14868
Vulnerability from csaf_redhat - Published: 2026-05-07 18:15 - Updated: 2026-05-26 09:03A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:14868",
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14868.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:35+00:00",
"generator": {
"date": "2026-05-26T09:03:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:14868",
"initial_release_date": "2026-05-07T18:15:36+00:00",
"revision_history": [
{
"date": "2026-05-07T18:15:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T18:15:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.src",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.src",
"product_id": "buildah-2:1.39.8-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.8-1.el10_0?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T18:15:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14868"
},
{
"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": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.src",
"AppStream-10.0.Z.E2S:buildah-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debuginfo-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-debugsource-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-2:1.39.8-1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.s390x",
"AppStream-10.0.Z.E2S:buildah-tests-debuginfo-2:1.39.8-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:14879
Vulnerability from csaf_redhat - Published: 2026-05-07 15:58 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64 | — |
Vendor Fix
fix
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A new satellite/iop-vmaas-rhel9 container image is now available as a technical preview in the Red Hat container registry.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Lightspeed in Satellite analyzes system health and configuration by applying predefined rules to a small set of local data, such as installed packages, running services, and configuration settings.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:14879",
"url": "https://access.redhat.com/errata/RHSA-2026:14879"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.18/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"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/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_connected_network_environment/performing-additional-configuration-on-server_satellite#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite",
"url": "https://docs.redhat.com/en/documentation/red_hat_satellite/6.18/html/installing_satellite_server_in_a_disconnected_network_environment/performing-additional-configuration#installing-and-configuring-red-hat-lightspeed-in-satellite"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_14879.json"
}
],
"title": "Red Hat Security Advisory: Technical preview of the satellite/iop-vmaas-rhel9 container image",
"tracking": {
"current_release_date": "2026-05-26T09:03:36+00:00",
"generator": {
"date": "2026-05-26T09:03:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:14879",
"initial_release_date": "2026-05-07T15:58:26+00:00",
"revision_history": [
{
"date": "2026-05-07T15:58:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-07T15:58:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.18",
"product": {
"name": "Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.18::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64",
"product": {
"name": "registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64",
"product_id": "registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/iop-vmaas-rhel9@sha256%3A8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34?arch=amd64\u0026repository_url=registry.redhat.io/satellite\u0026tag=1778082595"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64 as a component of Red Hat Satellite 6.18",
"product_id": "Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
},
"product_reference": "registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64",
"relates_to_product_reference": "Red Hat Satellite 6.18"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T15:58:26+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14879"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T15:58:26+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14879"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T15:58:26+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14879"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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 Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-07T15:58:26+00:00",
"details": "For Red Hat Lightspeed in Satellite installation see the Red Hat Satellite documentation.",
"product_ids": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:14879"
},
{
"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 Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Satellite 6.18:registry.redhat.io/satellite/iop-vmaas-rhel9@sha256:8bc6388b3b83875d286cb3b5a4bd5f5157a9634350611019770fe44f608e3c34_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
}
]
}
RHSA-2026:16102
Vulnerability from csaf_redhat - Published: 2026-05-11 22:53 - Updated: 2026-05-26 09:03A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16102",
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16102.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:42+00:00",
"generator": {
"date": "2026-05-26T09:03:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:16102",
"initial_release_date": "2026-05-11T22:53:25+00:00",
"revision_history": [
{
"date": "2026-05-11T22:53:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-11T22:53:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.src",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.src",
"product_id": "buildah-1:1.26.11-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.el9_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-tests-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-11T22:53:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16102"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.11-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.11-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
RHSA-2026:16696
Vulnerability from csaf_redhat - Published: 2026-05-13 01:56 - Updated: 2026-05-26 09:26A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object (CVE-2026-34986)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:16696",
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_16696.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-05-26T09:26:02+00:00",
"generator": {
"date": "2026-05-26T09:26:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:16696",
"initial_release_date": "2026-05-13T01:56:33+00:00",
"revision_history": [
{
"date": "2026-05-13T01:56:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T01:56:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:26:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.1.src",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.1.src",
"product_id": "skopeo-2:1.18.1-3.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0.1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.1.aarch64",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.1.aarch64",
"product_id": "skopeo-2:1.18.1-3.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0.1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"product_id": "skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0.1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.1.s390x",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.1.s390x",
"product_id": "skopeo-2:1.18.1-3.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0.1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0.1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-3.el10_0.1.x86_64",
"product": {
"name": "skopeo-2:1.18.1-3.el10_0.1.x86_64",
"product_id": "skopeo-2:1.18.1-3.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-3.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.x86_64",
"product_id": "skopeo-tests-2:1.18.1-3.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-3.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-3.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-3.el10_0.1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-3.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64"
},
"product_reference": "skopeo-2:1.18.1-3.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-3.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-3.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T01:56:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T01:56:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T01:56:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T01:56:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
},
{
"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": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T01:56:33+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:16696"
},
{
"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": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.src",
"AppStream-10.0.Z.E2S:skopeo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debuginfo-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-debugsource-2:1.18.1-3.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:skopeo-tests-2:1.18.1-3.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:17040
Vulnerability from csaf_redhat - Published: 2026-05-13 13:20 - Updated: 2026-05-26 09:26A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object (CVE-2026-34986)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:17040",
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17040.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-26T09:26:02+00:00",
"generator": {
"date": "2026-05-26T09:26:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:17040",
"initial_release_date": "2026-05-13T13:20:54+00:00",
"revision_history": [
{
"date": "2026-05-13T13:20:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T13:20:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:26:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.1.src",
"product": {
"name": "podman-6:5.4.0-15.el10_0.1.src",
"product_id": "podman-6:5.4.0-15.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"product_id": "podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"product_id": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-remote-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.1.s390x",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.s390x",
"product_id": "podman-tests-6:5.4.0-15.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"product_id": "podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-15.el10_0.1.noarch",
"product": {
"name": "podman-docker-6:5.4.0-15.el10_0.1.noarch",
"product_id": "podman-docker-6:5.4.0-15.el10_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-15.el10_0.1?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-15.el10_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch"
},
"product_reference": "podman-docker-6:5.4.0-15.el10_0.1.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-15.el10_0.1.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch"
},
"product_reference": "podman-docker-6:5.4.0-15.el10_0.1.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
},
{
"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": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T13:20:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17040"
},
{
"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": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.1.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.1.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:17084
Vulnerability from csaf_redhat - Published: 2026-05-13 15:39 - Updated: 2026-05-26 09:03A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:17084",
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_17084.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-05-26T09:03:50+00:00",
"generator": {
"date": "2026-05-26T09:03:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:17084",
"initial_release_date": "2026-05-13T15:39:24+00:00",
"revision_history": [
{
"date": "2026-05-13T15:39:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-05-13T15:39:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:03:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el10_0.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"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": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"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": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-05-13T15:39:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.src",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-debugsource-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el10_0.1.x86_64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.aarch64",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.ppc64le",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.s390x",
"AppStream-10.0.Z.E2S:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el10_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.