Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45337 (GCVE-0-2024-45337)
Vulnerability from cvelistv5 – Published: 2024-12-11 18:55 – Updated: 2025-02-18 20:48- CWE-1108 - Excessive Reliance on Global Variables
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.31.0
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-01-31T15:02:46.088Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/12/11/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250131-0007/"
}
],
"title": "CVE Program Container"
},
{
"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-2024-45337",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-12T17:57:55.896008Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-12-12T17:58:29.810Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "ServerConfig.PublicKeyCallback"
},
{
"name": "connection.serverAuthenticate"
},
{
"name": "NewServerConn"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.31.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Damien Tournoud (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Patrick Dawkins (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Vince Parker (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Jules Duvivier (Platform.sh / Upsun)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-1108: Excessive Reliance on Global Variables",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T20:48:40.404Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"url": "https://go.dev/cl/635315"
},
{
"url": "https://go.dev/issue/70779"
},
{
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"title": "Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45337",
"datePublished": "2024-12-11T18:55:58.506Z",
"dateReserved": "2024-08-27T19:41:58.555Z",
"dateUpdated": "2025-02-18T20:48:40.404Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45337",
"date": "2026-06-29",
"epss": "0.03092",
"percentile": "0.86079"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}, {\"lang\": \"es\", \"value\": \" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\\u00f3n de autorizaci\\u00f3n.\"}]",
"id": "CVE-2024-45337",
"lastModified": "2024-12-12T21:15:08.500",
"metrics": "{\"cvssMetricV31\": [{\"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}]}",
"published": "2024-12-12T02:02:07.970",
"references": "[{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/cl/635315\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/issue/70779\", \"source\": \"security@golang.org\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\", \"source\": \"security@golang.org\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\", \"source\": \"security@golang.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2026-06-17T07:54:03.360\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"},{\"lang\":\"es\",\"value\":\" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/crypto/ssh\",\"programRoutines\":[{\"name\":\"ServerConfig.PublicKeyCallback\"},{\"name\":\"connection.serverAuthenticate\"},{\"name\":\"NewServerConn\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.31.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-12-12T17:57:55.896008Z\",\"id\":\"CVE-2024-45337\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"references\":[{\"url\":\"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/635315\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70779\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-3321\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/11/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250131-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250131-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-31T15:02:46.088Z\"}}, {\"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-2024-45337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T17:57:55.896008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T17:58:13.916Z\"}}], \"cna\": {\"title\": \"Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Damien Tournoud (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Patrick Dawkins (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Vince Parker (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Jules Duvivier (Platform.sh / Upsun)\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.31.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ServerConfig.PublicKeyCallback\"}, {\"name\": \"connection.serverAuthenticate\"}, {\"name\": \"NewServerConn\"}]}], \"references\": [{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\"}, {\"url\": \"https://go.dev/cl/635315\"}, {\"url\": \"https://go.dev/issue/70779\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-1108: Excessive Reliance on Global Variables\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-12-11T18:55:58.506Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
OPENSUSE-SU-2025:14920-1
Vulnerability from csaf_opensuse - Published: 2025-03-24 00:00 - Updated: 2025-03-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-8.24.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-8.24.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-8.24.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-8.24.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "gitleaks-8.24.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the gitleaks-8.24.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14920",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14920-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14920-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OAFVZYRPJ63SNIOTJJCDPNRWHGLE355Q/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14920-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OAFVZYRPJ63SNIOTJJCDPNRWHGLE355Q/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
}
],
"title": "gitleaks-8.24.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-03-24T00:00:00Z",
"generator": {
"date": "2025-03-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14920-1",
"initial_release_date": "2025-03-24T00:00:00Z",
"revision_history": [
{
"date": "2025-03-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gitleaks-8.24.2-1.1.aarch64",
"product": {
"name": "gitleaks-8.24.2-1.1.aarch64",
"product_id": "gitleaks-8.24.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitleaks-bash-completion-8.24.2-1.1.aarch64",
"product": {
"name": "gitleaks-bash-completion-8.24.2-1.1.aarch64",
"product_id": "gitleaks-bash-completion-8.24.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitleaks-fish-completion-8.24.2-1.1.aarch64",
"product": {
"name": "gitleaks-fish-completion-8.24.2-1.1.aarch64",
"product_id": "gitleaks-fish-completion-8.24.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"product": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"product_id": "gitleaks-zsh-completion-8.24.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gitleaks-8.24.2-1.1.ppc64le",
"product": {
"name": "gitleaks-8.24.2-1.1.ppc64le",
"product_id": "gitleaks-8.24.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"product": {
"name": "gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"product_id": "gitleaks-bash-completion-8.24.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"product": {
"name": "gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"product_id": "gitleaks-fish-completion-8.24.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"product": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"product_id": "gitleaks-zsh-completion-8.24.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gitleaks-8.24.2-1.1.s390x",
"product": {
"name": "gitleaks-8.24.2-1.1.s390x",
"product_id": "gitleaks-8.24.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gitleaks-bash-completion-8.24.2-1.1.s390x",
"product": {
"name": "gitleaks-bash-completion-8.24.2-1.1.s390x",
"product_id": "gitleaks-bash-completion-8.24.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gitleaks-fish-completion-8.24.2-1.1.s390x",
"product": {
"name": "gitleaks-fish-completion-8.24.2-1.1.s390x",
"product_id": "gitleaks-fish-completion-8.24.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gitleaks-zsh-completion-8.24.2-1.1.s390x",
"product": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.s390x",
"product_id": "gitleaks-zsh-completion-8.24.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gitleaks-8.24.2-1.1.x86_64",
"product": {
"name": "gitleaks-8.24.2-1.1.x86_64",
"product_id": "gitleaks-8.24.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitleaks-bash-completion-8.24.2-1.1.x86_64",
"product": {
"name": "gitleaks-bash-completion-8.24.2-1.1.x86_64",
"product_id": "gitleaks-bash-completion-8.24.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitleaks-fish-completion-8.24.2-1.1.x86_64",
"product": {
"name": "gitleaks-fish-completion-8.24.2-1.1.x86_64",
"product_id": "gitleaks-fish-completion-8.24.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gitleaks-zsh-completion-8.24.2-1.1.x86_64",
"product": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.x86_64",
"product_id": "gitleaks-zsh-completion-8.24.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-8.24.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-8.24.2-1.1.aarch64"
},
"product_reference": "gitleaks-8.24.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-8.24.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-8.24.2-1.1.ppc64le"
},
"product_reference": "gitleaks-8.24.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-8.24.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-8.24.2-1.1.s390x"
},
"product_reference": "gitleaks-8.24.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-8.24.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-8.24.2-1.1.x86_64"
},
"product_reference": "gitleaks-8.24.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-bash-completion-8.24.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.aarch64"
},
"product_reference": "gitleaks-bash-completion-8.24.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-bash-completion-8.24.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.ppc64le"
},
"product_reference": "gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-bash-completion-8.24.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.s390x"
},
"product_reference": "gitleaks-bash-completion-8.24.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-bash-completion-8.24.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.x86_64"
},
"product_reference": "gitleaks-bash-completion-8.24.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-fish-completion-8.24.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.aarch64"
},
"product_reference": "gitleaks-fish-completion-8.24.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-fish-completion-8.24.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.ppc64le"
},
"product_reference": "gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-fish-completion-8.24.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.s390x"
},
"product_reference": "gitleaks-fish-completion-8.24.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-fish-completion-8.24.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.x86_64"
},
"product_reference": "gitleaks-fish-completion-8.24.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.aarch64"
},
"product_reference": "gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.ppc64le"
},
"product_reference": "gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.s390x"
},
"product_reference": "gitleaks-zsh-completion-8.24.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gitleaks-zsh-completion-8.24.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.x86_64"
},
"product_reference": "gitleaks-zsh-completion-8.24.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-bash-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-fish-completion-8.24.2-1.1.x86_64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.aarch64",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.ppc64le",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.s390x",
"openSUSE Tumbleweed:gitleaks-zsh-completion-8.24.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
}
]
}
OPENSUSE-SU-2025:14969-1
Vulnerability from csaf_opensuse - Published: 2025-04-04 00:00 - Updated: 2025-04-04 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "google-guest-agent-20250327.01-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the google-guest-agent-20250327.01-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14969",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14969-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14969-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HSLGKMFCTSANXEKOHC36CPS5WHI66Y6L/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14969-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HSLGKMFCTSANXEKOHC36CPS5WHI66Y6L/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
}
],
"title": "google-guest-agent-20250327.01-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-04T00:00:00Z",
"generator": {
"date": "2025-04-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14969-1",
"initial_release_date": "2025-04-04T00:00:00Z",
"revision_history": [
{
"date": "2025-04-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250327.01-1.1.aarch64",
"product": {
"name": "google-guest-agent-20250327.01-1.1.aarch64",
"product_id": "google-guest-agent-20250327.01-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250327.01-1.1.ppc64le",
"product": {
"name": "google-guest-agent-20250327.01-1.1.ppc64le",
"product_id": "google-guest-agent-20250327.01-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250327.01-1.1.s390x",
"product": {
"name": "google-guest-agent-20250327.01-1.1.s390x",
"product_id": "google-guest-agent-20250327.01-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-guest-agent-20250327.01-1.1.x86_64",
"product": {
"name": "google-guest-agent-20250327.01-1.1.x86_64",
"product_id": "google-guest-agent-20250327.01-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250327.01-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.aarch64"
},
"product_reference": "google-guest-agent-20250327.01-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250327.01-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.ppc64le"
},
"product_reference": "google-guest-agent-20250327.01-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250327.01-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.s390x"
},
"product_reference": "google-guest-agent-20250327.01-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-guest-agent-20250327.01-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.x86_64"
},
"product_reference": "google-guest-agent-20250327.01-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.aarch64",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.ppc64le",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.s390x",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.aarch64",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.ppc64le",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.s390x",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.aarch64",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.ppc64le",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.s390x",
"openSUSE Tumbleweed:google-guest-agent-20250327.01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-04T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
}
]
}
OPENSUSE-SU-2025:15013-1
Vulnerability from csaf_opensuse - Published: 2025-04-22 00:00 - Updated: 2025-04-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:gopass-1.15.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-1.15.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-1.15.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-1.15.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "gopass-1.15.16-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the gopass-1.15.16-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15013",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15013-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:15013-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HL46ARER7ICEJBIK62L5XG52R6FHUFHU/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:15013-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HL46ARER7ICEJBIK62L5XG52R6FHUFHU/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
}
],
"title": "gopass-1.15.16-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-22T00:00:00Z",
"generator": {
"date": "2025-04-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15013-1",
"initial_release_date": "2025-04-22T00:00:00Z",
"revision_history": [
{
"date": "2025-04-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "gopass-1.15.16-1.1.aarch64",
"product": {
"name": "gopass-1.15.16-1.1.aarch64",
"product_id": "gopass-1.15.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gopass-bash-completion-1.15.16-1.1.aarch64",
"product": {
"name": "gopass-bash-completion-1.15.16-1.1.aarch64",
"product_id": "gopass-bash-completion-1.15.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gopass-fish-completion-1.15.16-1.1.aarch64",
"product": {
"name": "gopass-fish-completion-1.15.16-1.1.aarch64",
"product_id": "gopass-fish-completion-1.15.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gopass-impersonate-pass-1.15.16-1.1.aarch64",
"product": {
"name": "gopass-impersonate-pass-1.15.16-1.1.aarch64",
"product_id": "gopass-impersonate-pass-1.15.16-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "gopass-zsh-completion-1.15.16-1.1.aarch64",
"product": {
"name": "gopass-zsh-completion-1.15.16-1.1.aarch64",
"product_id": "gopass-zsh-completion-1.15.16-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gopass-1.15.16-1.1.ppc64le",
"product": {
"name": "gopass-1.15.16-1.1.ppc64le",
"product_id": "gopass-1.15.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gopass-bash-completion-1.15.16-1.1.ppc64le",
"product": {
"name": "gopass-bash-completion-1.15.16-1.1.ppc64le",
"product_id": "gopass-bash-completion-1.15.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gopass-fish-completion-1.15.16-1.1.ppc64le",
"product": {
"name": "gopass-fish-completion-1.15.16-1.1.ppc64le",
"product_id": "gopass-fish-completion-1.15.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"product": {
"name": "gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"product_id": "gopass-impersonate-pass-1.15.16-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gopass-zsh-completion-1.15.16-1.1.ppc64le",
"product": {
"name": "gopass-zsh-completion-1.15.16-1.1.ppc64le",
"product_id": "gopass-zsh-completion-1.15.16-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gopass-1.15.16-1.1.s390x",
"product": {
"name": "gopass-1.15.16-1.1.s390x",
"product_id": "gopass-1.15.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gopass-bash-completion-1.15.16-1.1.s390x",
"product": {
"name": "gopass-bash-completion-1.15.16-1.1.s390x",
"product_id": "gopass-bash-completion-1.15.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gopass-fish-completion-1.15.16-1.1.s390x",
"product": {
"name": "gopass-fish-completion-1.15.16-1.1.s390x",
"product_id": "gopass-fish-completion-1.15.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gopass-impersonate-pass-1.15.16-1.1.s390x",
"product": {
"name": "gopass-impersonate-pass-1.15.16-1.1.s390x",
"product_id": "gopass-impersonate-pass-1.15.16-1.1.s390x"
}
},
{
"category": "product_version",
"name": "gopass-zsh-completion-1.15.16-1.1.s390x",
"product": {
"name": "gopass-zsh-completion-1.15.16-1.1.s390x",
"product_id": "gopass-zsh-completion-1.15.16-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gopass-1.15.16-1.1.x86_64",
"product": {
"name": "gopass-1.15.16-1.1.x86_64",
"product_id": "gopass-1.15.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gopass-bash-completion-1.15.16-1.1.x86_64",
"product": {
"name": "gopass-bash-completion-1.15.16-1.1.x86_64",
"product_id": "gopass-bash-completion-1.15.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gopass-fish-completion-1.15.16-1.1.x86_64",
"product": {
"name": "gopass-fish-completion-1.15.16-1.1.x86_64",
"product_id": "gopass-fish-completion-1.15.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gopass-impersonate-pass-1.15.16-1.1.x86_64",
"product": {
"name": "gopass-impersonate-pass-1.15.16-1.1.x86_64",
"product_id": "gopass-impersonate-pass-1.15.16-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "gopass-zsh-completion-1.15.16-1.1.x86_64",
"product": {
"name": "gopass-zsh-completion-1.15.16-1.1.x86_64",
"product_id": "gopass-zsh-completion-1.15.16-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-1.15.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-1.15.16-1.1.aarch64"
},
"product_reference": "gopass-1.15.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-1.15.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-1.15.16-1.1.ppc64le"
},
"product_reference": "gopass-1.15.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-1.15.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-1.15.16-1.1.s390x"
},
"product_reference": "gopass-1.15.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-1.15.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-1.15.16-1.1.x86_64"
},
"product_reference": "gopass-1.15.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-bash-completion-1.15.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.aarch64"
},
"product_reference": "gopass-bash-completion-1.15.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-bash-completion-1.15.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.ppc64le"
},
"product_reference": "gopass-bash-completion-1.15.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-bash-completion-1.15.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.s390x"
},
"product_reference": "gopass-bash-completion-1.15.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-bash-completion-1.15.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.x86_64"
},
"product_reference": "gopass-bash-completion-1.15.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-fish-completion-1.15.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.aarch64"
},
"product_reference": "gopass-fish-completion-1.15.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-fish-completion-1.15.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.ppc64le"
},
"product_reference": "gopass-fish-completion-1.15.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-fish-completion-1.15.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.s390x"
},
"product_reference": "gopass-fish-completion-1.15.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-fish-completion-1.15.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.x86_64"
},
"product_reference": "gopass-fish-completion-1.15.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-impersonate-pass-1.15.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.aarch64"
},
"product_reference": "gopass-impersonate-pass-1.15.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-impersonate-pass-1.15.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.ppc64le"
},
"product_reference": "gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-impersonate-pass-1.15.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.s390x"
},
"product_reference": "gopass-impersonate-pass-1.15.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-impersonate-pass-1.15.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.x86_64"
},
"product_reference": "gopass-impersonate-pass-1.15.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-zsh-completion-1.15.16-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.aarch64"
},
"product_reference": "gopass-zsh-completion-1.15.16-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-zsh-completion-1.15.16-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.ppc64le"
},
"product_reference": "gopass-zsh-completion-1.15.16-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-zsh-completion-1.15.16-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.s390x"
},
"product_reference": "gopass-zsh-completion-1.15.16-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gopass-zsh-completion-1.15.16-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.x86_64"
},
"product_reference": "gopass-zsh-completion-1.15.16-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:gopass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:gopass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:gopass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-bash-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-fish-completion-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-impersonate-pass-1.15.16-1.1.x86_64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.aarch64",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.ppc64le",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.s390x",
"openSUSE Tumbleweed:gopass-zsh-completion-1.15.16-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
}
]
}
OPENSUSE-SU-2025:15463-1
Vulnerability from csaf_opensuse - Published: 2025-08-19 00:00 - Updated: 2025-08-19 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-1.36.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-1.36.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-1.36.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-1.36.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "docker-machine-driver-kvm2-1.36.0-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the docker-machine-driver-kvm2-1.36.0-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15463",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15463-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
}
],
"title": "docker-machine-driver-kvm2-1.36.0-2.1 on GA media",
"tracking": {
"current_release_date": "2025-08-19T00:00:00Z",
"generator": {
"date": "2025-08-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15463-1",
"initial_release_date": "2025-08-19T00:00:00Z",
"revision_history": [
{
"date": "2025-08-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"product": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"product_id": "docker-machine-driver-kvm2-1.36.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "minikube-1.36.0-2.1.aarch64",
"product": {
"name": "minikube-1.36.0-2.1.aarch64",
"product_id": "minikube-1.36.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "minikube-bash-completion-1.36.0-2.1.aarch64",
"product": {
"name": "minikube-bash-completion-1.36.0-2.1.aarch64",
"product_id": "minikube-bash-completion-1.36.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "minikube-fish-completion-1.36.0-2.1.aarch64",
"product": {
"name": "minikube-fish-completion-1.36.0-2.1.aarch64",
"product_id": "minikube-fish-completion-1.36.0-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "minikube-zsh-completion-1.36.0-2.1.aarch64",
"product": {
"name": "minikube-zsh-completion-1.36.0-2.1.aarch64",
"product_id": "minikube-zsh-completion-1.36.0-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"product": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"product_id": "docker-machine-driver-kvm2-1.36.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "minikube-1.36.0-2.1.ppc64le",
"product": {
"name": "minikube-1.36.0-2.1.ppc64le",
"product_id": "minikube-1.36.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "minikube-bash-completion-1.36.0-2.1.ppc64le",
"product": {
"name": "minikube-bash-completion-1.36.0-2.1.ppc64le",
"product_id": "minikube-bash-completion-1.36.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "minikube-fish-completion-1.36.0-2.1.ppc64le",
"product": {
"name": "minikube-fish-completion-1.36.0-2.1.ppc64le",
"product_id": "minikube-fish-completion-1.36.0-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "minikube-zsh-completion-1.36.0-2.1.ppc64le",
"product": {
"name": "minikube-zsh-completion-1.36.0-2.1.ppc64le",
"product_id": "minikube-zsh-completion-1.36.0-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"product": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"product_id": "docker-machine-driver-kvm2-1.36.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "minikube-1.36.0-2.1.s390x",
"product": {
"name": "minikube-1.36.0-2.1.s390x",
"product_id": "minikube-1.36.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "minikube-bash-completion-1.36.0-2.1.s390x",
"product": {
"name": "minikube-bash-completion-1.36.0-2.1.s390x",
"product_id": "minikube-bash-completion-1.36.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "minikube-fish-completion-1.36.0-2.1.s390x",
"product": {
"name": "minikube-fish-completion-1.36.0-2.1.s390x",
"product_id": "minikube-fish-completion-1.36.0-2.1.s390x"
}
},
{
"category": "product_version",
"name": "minikube-zsh-completion-1.36.0-2.1.s390x",
"product": {
"name": "minikube-zsh-completion-1.36.0-2.1.s390x",
"product_id": "minikube-zsh-completion-1.36.0-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"product": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"product_id": "docker-machine-driver-kvm2-1.36.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "minikube-1.36.0-2.1.x86_64",
"product": {
"name": "minikube-1.36.0-2.1.x86_64",
"product_id": "minikube-1.36.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "minikube-bash-completion-1.36.0-2.1.x86_64",
"product": {
"name": "minikube-bash-completion-1.36.0-2.1.x86_64",
"product_id": "minikube-bash-completion-1.36.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "minikube-fish-completion-1.36.0-2.1.x86_64",
"product": {
"name": "minikube-fish-completion-1.36.0-2.1.x86_64",
"product_id": "minikube-fish-completion-1.36.0-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "minikube-zsh-completion-1.36.0-2.1.x86_64",
"product": {
"name": "minikube-zsh-completion-1.36.0-2.1.x86_64",
"product_id": "minikube-zsh-completion-1.36.0-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.aarch64"
},
"product_reference": "docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.ppc64le"
},
"product_reference": "docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.s390x"
},
"product_reference": "docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "docker-machine-driver-kvm2-1.36.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.x86_64"
},
"product_reference": "docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-1.36.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-1.36.0-2.1.aarch64"
},
"product_reference": "minikube-1.36.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-1.36.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-1.36.0-2.1.ppc64le"
},
"product_reference": "minikube-1.36.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-1.36.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-1.36.0-2.1.s390x"
},
"product_reference": "minikube-1.36.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-1.36.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-1.36.0-2.1.x86_64"
},
"product_reference": "minikube-1.36.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-bash-completion-1.36.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.aarch64"
},
"product_reference": "minikube-bash-completion-1.36.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-bash-completion-1.36.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.ppc64le"
},
"product_reference": "minikube-bash-completion-1.36.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-bash-completion-1.36.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.s390x"
},
"product_reference": "minikube-bash-completion-1.36.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-bash-completion-1.36.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.x86_64"
},
"product_reference": "minikube-bash-completion-1.36.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-fish-completion-1.36.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.aarch64"
},
"product_reference": "minikube-fish-completion-1.36.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-fish-completion-1.36.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.ppc64le"
},
"product_reference": "minikube-fish-completion-1.36.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-fish-completion-1.36.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.s390x"
},
"product_reference": "minikube-fish-completion-1.36.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-fish-completion-1.36.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.x86_64"
},
"product_reference": "minikube-fish-completion-1.36.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-zsh-completion-1.36.0-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.aarch64"
},
"product_reference": "minikube-zsh-completion-1.36.0-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-zsh-completion-1.36.0-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.ppc64le"
},
"product_reference": "minikube-zsh-completion-1.36.0-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-zsh-completion-1.36.0-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.s390x"
},
"product_reference": "minikube-zsh-completion-1.36.0-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "minikube-zsh-completion-1.36.0-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.x86_64"
},
"product_reference": "minikube-zsh-completion-1.36.0-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:docker-machine-driver-kvm2-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-bash-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-fish-completion-1.36.0-2.1.x86_64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.aarch64",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.ppc64le",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.s390x",
"openSUSE Tumbleweed:minikube-zsh-completion-1.36.0-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
}
]
}
OPENSUSE-SU-2025:15779-1
Vulnerability from csaf_opensuse - Published: 2025-11-28 00:00 - Updated: 2025-11-28 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "helm3-3.19.2-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the helm3-3.19.2-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15779",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15779-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16873 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16874 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16875 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16875/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-21272 page",
"url": "https://www.suse.com/security/cve/CVE-2021-21272/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-1996 page",
"url": "https://www.suse.com/security/cve/CVE-2022-1996/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23524 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23524/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23525 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23525/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-23526 page",
"url": "https://www.suse.com/security/cve/CVE-2022-23526/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-36055 page",
"url": "https://www.suse.com/security/cve/CVE-2022-36055/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-25165 page",
"url": "https://www.suse.com/security/cve/CVE-2023-25165/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-25173 page",
"url": "https://www.suse.com/security/cve/CVE-2023-25173/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-25620 page",
"url": "https://www.suse.com/security/cve/CVE-2024-25620/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26147 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47911 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47911/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-53547 page",
"url": "https://www.suse.com/security/cve/CVE-2025-53547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58190 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58190/"
}
],
"title": "helm3-3.19.2-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-28T00:00:00Z",
"generator": {
"date": "2025-11-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15779-1",
"initial_release_date": "2025-11-28T00:00:00Z",
"revision_history": [
{
"date": "2025-11-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "helm3-3.19.2-1.1.aarch64",
"product": {
"name": "helm3-3.19.2-1.1.aarch64",
"product_id": "helm3-3.19.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "helm3-bash-completion-3.19.2-1.1.aarch64",
"product": {
"name": "helm3-bash-completion-3.19.2-1.1.aarch64",
"product_id": "helm3-bash-completion-3.19.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "helm3-fish-completion-3.19.2-1.1.aarch64",
"product": {
"name": "helm3-fish-completion-3.19.2-1.1.aarch64",
"product_id": "helm3-fish-completion-3.19.2-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "helm3-zsh-completion-3.19.2-1.1.aarch64",
"product": {
"name": "helm3-zsh-completion-3.19.2-1.1.aarch64",
"product_id": "helm3-zsh-completion-3.19.2-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "helm3-3.19.2-1.1.ppc64le",
"product": {
"name": "helm3-3.19.2-1.1.ppc64le",
"product_id": "helm3-3.19.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "helm3-bash-completion-3.19.2-1.1.ppc64le",
"product": {
"name": "helm3-bash-completion-3.19.2-1.1.ppc64le",
"product_id": "helm3-bash-completion-3.19.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "helm3-fish-completion-3.19.2-1.1.ppc64le",
"product": {
"name": "helm3-fish-completion-3.19.2-1.1.ppc64le",
"product_id": "helm3-fish-completion-3.19.2-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "helm3-zsh-completion-3.19.2-1.1.ppc64le",
"product": {
"name": "helm3-zsh-completion-3.19.2-1.1.ppc64le",
"product_id": "helm3-zsh-completion-3.19.2-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "helm3-3.19.2-1.1.s390x",
"product": {
"name": "helm3-3.19.2-1.1.s390x",
"product_id": "helm3-3.19.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "helm3-bash-completion-3.19.2-1.1.s390x",
"product": {
"name": "helm3-bash-completion-3.19.2-1.1.s390x",
"product_id": "helm3-bash-completion-3.19.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "helm3-fish-completion-3.19.2-1.1.s390x",
"product": {
"name": "helm3-fish-completion-3.19.2-1.1.s390x",
"product_id": "helm3-fish-completion-3.19.2-1.1.s390x"
}
},
{
"category": "product_version",
"name": "helm3-zsh-completion-3.19.2-1.1.s390x",
"product": {
"name": "helm3-zsh-completion-3.19.2-1.1.s390x",
"product_id": "helm3-zsh-completion-3.19.2-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "helm3-3.19.2-1.1.x86_64",
"product": {
"name": "helm3-3.19.2-1.1.x86_64",
"product_id": "helm3-3.19.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "helm3-bash-completion-3.19.2-1.1.x86_64",
"product": {
"name": "helm3-bash-completion-3.19.2-1.1.x86_64",
"product_id": "helm3-bash-completion-3.19.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "helm3-fish-completion-3.19.2-1.1.x86_64",
"product": {
"name": "helm3-fish-completion-3.19.2-1.1.x86_64",
"product_id": "helm3-fish-completion-3.19.2-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "helm3-zsh-completion-3.19.2-1.1.x86_64",
"product": {
"name": "helm3-zsh-completion-3.19.2-1.1.x86_64",
"product_id": "helm3-zsh-completion-3.19.2-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-3.19.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64"
},
"product_reference": "helm3-3.19.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-3.19.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le"
},
"product_reference": "helm3-3.19.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-3.19.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x"
},
"product_reference": "helm3-3.19.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-3.19.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64"
},
"product_reference": "helm3-3.19.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-bash-completion-3.19.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64"
},
"product_reference": "helm3-bash-completion-3.19.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-bash-completion-3.19.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le"
},
"product_reference": "helm3-bash-completion-3.19.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-bash-completion-3.19.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x"
},
"product_reference": "helm3-bash-completion-3.19.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-bash-completion-3.19.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64"
},
"product_reference": "helm3-bash-completion-3.19.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-fish-completion-3.19.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64"
},
"product_reference": "helm3-fish-completion-3.19.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-fish-completion-3.19.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le"
},
"product_reference": "helm3-fish-completion-3.19.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-fish-completion-3.19.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x"
},
"product_reference": "helm3-fish-completion-3.19.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-fish-completion-3.19.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64"
},
"product_reference": "helm3-fish-completion-3.19.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-zsh-completion-3.19.2-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64"
},
"product_reference": "helm3-zsh-completion-3.19.2-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-zsh-completion-3.19.2-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le"
},
"product_reference": "helm3-zsh-completion-3.19.2-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-zsh-completion-3.19.2-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x"
},
"product_reference": "helm3-zsh-completion-3.19.2-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "helm3-zsh-completion-3.19.2-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
},
"product_reference": "helm3-zsh-completion-3.19.2-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-16873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16873"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to remote code execution when executed with the -u flag and the import path of a malicious Go package, or a package that imports it directly or indirectly. Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). Using custom domains, it\u0027s possible to arrange things so that a Git repository is cloned to a folder named \".git\" by using a vanity import path that ends with \"/.git\". If the Git repository root contains a \"HEAD\" file, a \"config\" file, an \"objects\" directory, a \"refs\" directory, with some work to ensure the proper ordering of operations, \"go get -u\" can be tricked into considering the parent directory as a repository root, and running Git commands on it. That will use the \"config\" file in the original Git repository root for its configuration, and if that config file contains malicious commands, they will execute on the system running \"go get -u\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16873",
"url": "https://www.suse.com/security/cve/CVE-2018-16873"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16873",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-16873"
},
{
"cve": "CVE-2018-16874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16874"
}
],
"notes": [
{
"category": "general",
"text": "In Go before 1.10.6 and 1.11.x before 1.11.3, the \"go get\" command is vulnerable to directory traversal when executed with the import path of a malicious Go package which contains curly braces (both \u0027{\u0027 and \u0027}\u0027 characters). Specifically, it is only vulnerable in GOPATH mode, but not in module mode (the distinction is documented at https://golang.org/cmd/go/#hdr-Module_aware_go_get). The attacker can cause an arbitrary filesystem write, which can lead to code execution.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16874",
"url": "https://www.suse.com/security/cve/CVE-2018-16874"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16874",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16874"
},
{
"cve": "CVE-2018-16875",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16875"
}
],
"notes": [
{
"category": "general",
"text": "The crypto/x509 package of Go before 1.10.6 and 1.11.x before 1.11.3 does not limit the amount of work performed for each chain verification, which might allow attackers to craft pathological inputs leading to a CPU denial of service. Go TLS servers accepting client certificates and TLS clients are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16875",
"url": "https://www.suse.com/security/cve/CVE-2018-16875"
},
{
"category": "external",
"summary": "SUSE Bug 1118897 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118897"
},
{
"category": "external",
"summary": "SUSE Bug 1118898 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118898"
},
{
"category": "external",
"summary": "SUSE Bug 1118899 for CVE-2018-16875",
"url": "https://bugzilla.suse.com/1118899"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16875"
},
{
"cve": "CVE-2021-21272",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-21272"
}
],
"notes": [
{
"category": "general",
"text": "ORAS is open source software which enables a way to push OCI Artifacts to OCI Conformant registries. ORAS is both a CLI for initial testing and a Go Module. In ORAS from version 0.4.0 and before version 0.9.0, there is a \"zip-slip\" vulnerability. The directory support feature allows the downloaded gzipped tarballs to be automatically extracted to the user-specified directory where the tarball can have symbolic links and hard links. A well-crafted tarball or tarballs allow malicious artifact providers linking, writing, or overwriting specific files on the host filesystem outside of the user-specified directory unexpectedly with the same permissions as the user who runs `oras pull`. Users of the affected versions are impacted if they are `oras` CLI users who runs `oras pull`, or if they are Go programs, which invoke `github.com/deislabs/oras/pkg/content.FileStore`. The problem has been fixed in version 0.9.0. For `oras` CLI users, there is no workarounds other than pulling from a trusted artifact provider. For `oras` package users, the workaround is to not use `github.com/deislabs/oras/pkg/content.FileStore`, and use other content stores instead, or pull from a trusted artifact provider.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-21272",
"url": "https://www.suse.com/security/cve/CVE-2021-21272"
},
{
"category": "external",
"summary": "SUSE Bug 1181419 for CVE-2021-21272",
"url": "https://bugzilla.suse.com/1181419"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-21272"
},
{
"cve": "CVE-2022-1996",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-1996"
}
],
"notes": [
{
"category": "general",
"text": "Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3.8.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-1996",
"url": "https://www.suse.com/security/cve/CVE-2022-1996"
},
{
"category": "external",
"summary": "SUSE Bug 1200528 for CVE-2022-1996",
"url": "https://bugzilla.suse.com/1200528"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2022-1996"
},
{
"cve": "CVE-2022-23524",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23524"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to Uncontrolled Resource Consumption, resulting in Denial of Service. Input to functions in the _strvals_ package can cause a stack overflow. In Go, a stack overflow cannot be recovered from. Applications that use functions from the _strvals_ package in the Helm SDK can have a Denial of Service attack when they use this package and it panics. This issue has been patched in 3.10.3. SDK users can validate strings supplied by users won\u0027t create large arrays causing significant memory usage before passing them to the _strvals_ functions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23524",
"url": "https://www.suse.com/security/cve/CVE-2022-23524"
},
{
"category": "external",
"summary": "SUSE Bug 1206467 for CVE-2022-23524",
"url": "https://bugzilla.suse.com/1206467"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-23524"
},
{
"cve": "CVE-2022-23525",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23525"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the _repo_package. The _repo_ package contains a handler that processes the index file of a repository. For example, the Helm client adds references to chart repositories where charts are managed. The _repo_ package parses the index file of the repository and loads it into structures Go can work with. Some index files can cause array data structures to be created causing a memory violation. Applications that use the _repo_ package in the Helm SDK to parse an index file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. The Helm Client will panic with an index file that causes a memory violation panic. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate index files that are correctly formatted before passing them to the _repo_ functions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23525",
"url": "https://www.suse.com/security/cve/CVE-2022-23525"
},
{
"category": "external",
"summary": "SUSE Bug 1206469 for CVE-2022-23525",
"url": "https://bugzilla.suse.com/1206469"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2022-23525"
},
{
"cve": "CVE-2022-23526",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-23526"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the_chartutil_ package that can cause a segmentation violation. The _chartutil_ package contains a parser that loads a JSON Schema validation file. For example, the Helm client when rendering a chart will validate its values with the schema file. The _chartutil_ package parses the schema file and loads it into structures Go can work with. Some schema files can cause array data structures to be created causing a memory violation. Applications that use the _chartutil_ package in the Helm SDK to parse a schema file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate schema files that are correctly formatted before passing them to the _chartutil_ functions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-23526",
"url": "https://www.suse.com/security/cve/CVE-2022-23526"
},
{
"category": "external",
"summary": "SUSE Bug 1206471 for CVE-2022-23526",
"url": "https://bugzilla.suse.com/1206471"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2022-23526"
},
{
"cve": "CVE-2022-36055",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-36055"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. Fuzz testing, provided by the CNCF, identified input to functions in the _strvals_ package that can cause an out of memory panic. The _strvals_ package contains a parser that turns strings in to Go structures. The _strvals_ package converts these strings into structures Go can work with. Some string inputs can cause array data structures to be created causing an out of memory panic. Applications that use the _strvals_ package in the Helm SDK to parse user supplied input can suffer a Denial of Service when that input causes a panic that cannot be recovered from. The Helm Client will panic with input to `--set`, `--set-string`, and other value setting flags that causes an out of memory panic. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been resolved in 3.9.4. SDK users can validate strings supplied by users won\u0027t create large arrays causing significant memory usage before passing them to the _strvals_ functions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-36055",
"url": "https://www.suse.com/security/cve/CVE-2022-36055"
},
{
"category": "external",
"summary": "SUSE Bug 1203054 for CVE-2022-36055",
"url": "https://bugzilla.suse.com/1203054"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-36055"
},
{
"cve": "CVE-2023-25165",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-25165"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool that streamlines installing and managing Kubernetes applications.`getHostByName` is a Helm template function introduced in Helm v3. The function is able to accept a hostname and return an IP address for that hostname. To get the IP address the function performs a DNS lookup. The DNS lookup happens when used with `helm install|upgrade|template` or when the Helm SDK is used to render a chart. Information passed into the chart can be disclosed to the DNS servers used to lookup the IP address. For example, a malicious chart could inject `getHostByName` into a chart in order to disclose values to a malicious DNS server. The issue has been fixed in Helm 3.11.1. Prior to using a chart with Helm verify the `getHostByName` function is not being used in a template to disclose any information you do not want passed to DNS servers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-25165",
"url": "https://www.suse.com/security/cve/CVE-2023-25165"
},
{
"category": "external",
"summary": "SUSE Bug 1208083 for CVE-2023-25165",
"url": "https://bugzilla.suse.com/1208083"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-25165"
},
{
"cve": "CVE-2023-25173",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-25173"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container. Downstream applications that use the containerd client library may be affected as well.\n\nThis bug has been fixed in containerd v1.6.18 and v.1.5.18. Users should update to these versions and recreate containers to resolve this issue. Users who rely on a downstream application that uses containerd\u0027s client library should check that application for a separate advisory and instructions. As a workaround, ensure that the `\"USER $USERNAME\"` Dockerfile instruction is not used. Instead, set the container entrypoint to a value similar to `ENTRYPOINT [\"su\", \"-\", \"user\"]` to allow `su` to properly set up supplementary groups.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-25173",
"url": "https://www.suse.com/security/cve/CVE-2023-25173"
},
{
"category": "external",
"summary": "SUSE Bug 1208426 for CVE-2023-25173",
"url": "https://bugzilla.suse.com/1208426"
},
{
"category": "external",
"summary": "SUSE Bug 1215588 for CVE-2023-25173",
"url": "https://bugzilla.suse.com/1215588"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-25173"
},
{
"cve": "CVE-2024-25620",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-25620"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. When either the Helm client or SDK is used to save a chart whose name within the `Chart.yaml` file includes a relative path change, the chart would be saved outside its expected directory based on the changes in the relative path. The validation and linting did not detect the path changes in the name. This issue has been resolved in Helm v3.14.1. Users unable to upgrade should check all charts used by Helm for path changes in their name as found in the `Chart.yaml` file. This includes dependencies.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-25620",
"url": "https://www.suse.com/security/cve/CVE-2024-25620"
},
{
"category": "external",
"summary": "SUSE Bug 1219969 for CVE-2024-25620",
"url": "https://bugzilla.suse.com/1219969"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-25620"
},
{
"cve": "CVE-2024-26147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26147"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. When either an `index.yaml` file or a plugins `plugin.yaml` file were missing all metadata a panic would occur in Helm. In the Helm SDK, this is found when using the `LoadIndexFile` or `DownloadIndexFile` functions in the `repo` package or the `LoadDir` function in the `plugin` package. For the Helm client this impacts functions around adding a repository and all Helm functions if a malicious plugin is added as Helm inspects all known plugins on each invocation. This issue has been resolved in Helm v3.14.2. If a malicious plugin has been added which is causing all Helm client commands to panic, the malicious plugin can be manually removed from the filesystem. If using Helm SDK versions prior to 3.14.2, calls to affected functions can use `recover` to catch the panic.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26147",
"url": "https://www.suse.com/security/cve/CVE-2024-26147"
},
{
"category": "external",
"summary": "SUSE Bug 1220207 for CVE-2024-26147",
"url": "https://bugzilla.suse.com/1220207"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-26147"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-47911",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47911"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47911",
"url": "https://www.suse.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "SUSE Bug 1251308 for CVE-2025-47911",
"url": "https://bugzilla.suse.com/1251308"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-47911"
},
{
"cve": "CVE-2025-53547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-53547"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a package manager for Charts for Kubernetes. Prior to 3.18.4, a specially crafted Chart.yaml file along with a specially linked Chart.lock file can lead to local code execution when dependencies are updated. Fields in a Chart.yaml file, that are carried over to a Chart.lock file when dependencies are updated and this file is written, can be crafted in a way that can cause execution if that same content were in a file that is executed (e.g., a bash.rc file or shell script). If the Chart.lock file is symlinked to one of these files updating dependencies will write the lock file content to the symlinked file. This can lead to unwanted execution. Helm warns of the symlinked file but did not stop execution due to symlinking. This issue has been resolved in Helm v3.18.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-53547",
"url": "https://www.suse.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "SUSE Bug 1246150 for CVE-2025-53547",
"url": "https://bugzilla.suse.com/1246150"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-53547"
},
{
"cve": "CVE-2025-58190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58190"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58190",
"url": "https://www.suse.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "SUSE Bug 1251309 for CVE-2025-58190",
"url": "https://bugzilla.suse.com/1251309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:helm3-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-bash-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-fish-completion-3.19.2-1.1.x86_64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.aarch64",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.ppc64le",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.s390x",
"openSUSE Tumbleweed:helm3-zsh-completion-3.19.2-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58190"
}
]
}
OPENSUSE-SU-2025:20117-1
Vulnerability from csaf_opensuse - Published: 2025-11-27 12:27 - Updated: 2025-11-27 12:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for trivy",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for trivy fixes the following issues:\n\nChanges in trivy:\n\nUpdate to version 0.67.2 (bsc#1250625, CVE-2025-11065, bsc#1248897, CVE-2025-58058):\n\n * fix: Use `fetch-level: 1` to check out trivy-repo in the release workflow [backport: release/v0.67] (#9638)\n * fix: restore compatibility for google.protobuf.Value [backport: release/v0.67] (#9631)\n * fix: using SrcVersion instead of Version for echo detector [backport: release/v0.67] (#9629)\n * fix: add `buildInfo` for `BlobInfo` in `rpc` package [backport: release/v0.67] (#9615)\n * fix(vex): don\u0027t use reused BOM [backport: release/v0.67] (#9612)\n * fix(vex): don\u0027t suppress vulns for packages with infinity loop (#9465)\n * fix(aws): use `BuildableClient` insead of `xhttp.Client` (#9436)\n * refactor(misconf): replace github.com/liamg/memoryfs with internal mapfs and testing/fstest (#9282)\n * docs: clarify inline ignore limitations for resource-less checks (#9537)\n * fix(k8s): disable parallel traversal with fs cache for k8s images (#9534)\n * fix(misconf): handle tofu files in module detection (#9486)\n * feat(seal): add seal support (#9370)\n * docs: fix modules path and update code example (#9539)\n * fix: close file descriptors and pipes on error paths (#9536)\n * feat: add documentation URL for database lock errors (#9531)\n * fix(db): Dowload database when missing but metadata still exists (#9393)\n * feat(cloudformation): support default values and list results in Fn::FindInMap (#9515)\n * fix(misconf): unmark cty values before access (#9495)\n * feat(cli): change --list-all-pkgs default to true (#9510)\n * fix(nodejs): parse workspaces as objects for package-lock.json files (#9518)\n * refactor(fs): use underlyingPath to determine virtual files more reliably (#9302)\n * refactor: remove google/wire dependency and implement manual DI (#9509)\n * chore(deps): bump the aws group with 6 updates (#9481)\n * chore(deps): bump the common group across 1 directory with 24 updates (#9507)\n * fix(misconf): wrap legacy ENV values in quotes to preserve spaces (#9497)\n * docs: move info about `detection priority` into coverage section (#9469)\n * feat(sbom): added support for CoreOS (#9448)\n * fix(misconf): strip build metadata suffixes from image history (#9498)\n * feat(cyclonedx): preserve SBOM structure when scanning SBOM files with vulnerability updates (#9439)\n * docs: Fix typo in terraform docs (#9492)\n * feat(redhat): add os-release detection for RHEL-based images (#9458)\n * ci(deps): add 3-day cooldown period for Dependabot updates (#9475)\n * refactor: migrate from go-json-experiment to encoding/json/v2 (#9422)\n * fix(vuln): compare `nuget` package names in lower case (#9456)\n * chore: Update release flow to include chocolatey (#9460)\n * docs: document eol supportability (#9434)\n * docs(report): add nuanses about secret/license scanner in summary table (#9442)\n * ci: use environment variables in GitHub Actions for improved security (#9433)\n * chore: bump Go to 1.24.7 (#9435)\n * fix(nodejs): use snapshot string as `Package.ID` for pnpm packages (#9330)\n * ci(helm): bump Trivy version to 0.66.0 for Trivy Helm Chart 0.18.0 (#9425)\n\nUpdate to version 0.66.0 (bsc#1248937, CVE-2025-58058):\n\n * chore(deps): bump the aws group with 7 updates (#9419)\n * refactor(secret): clarify secret scanner messages (#9409)\n * fix(cyclonedx): handle multiple license types (#9378)\n * fix(repo): sanitize git repo URL before inserting into report metadata (#9391)\n * test: add HTTP basic authentication to git test server (#9407)\n * fix(sbom): add support for `file` component type of `CycloneDX` (#9372)\n * fix(misconf): ensure module source is known (#9404)\n * ci: migrate GitHub Actions from version tags to SHA pinning (#9405)\n * fix: create temp file under composite fs dir (#9387)\n * chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 (#9403)\n * refactor: switch to stable azcontainerregistry SDK package (#9319)\n * chore(deps): bump the common group with 7 updates (#9382)\n * refactor(misconf): migrate from custom Azure JSON parser (#9222)\n * fix(repo): preserve RepoMetadata on FS cache hit (#9389)\n * refactor(misconf): use atomic.Int32 (#9385)\n * chore(deps): bump the aws group with 6 updates (#9383)\n * docs: Fix broken link to \"Built-in Checks\" (#9375)\n * fix(plugin): don\u0027t remove plugins when updating index.yaml file (#9358)\n * fix: persistent flag option typo (#9374)\n * chore(deps): bump the common group across 1 directory with 26 updates (#9347)\n * fix(image): use standardized HTTP client for ECR authentication (#9322)\n * refactor: export `systemFileFiltering` Post Handler (#9359)\n * docs: update links to Semaphore pages (#9352)\n * fix(conda): memory leak by adding closure method for `package.json` file (#9349)\n * feat: add timeout handling for cache database operations (#9307)\n * fix(misconf): use correct field log_bucket instead of target_bucket in gcp bucket (#9296)\n * fix(misconf): ensure ignore rules respect subdirectory chart paths (#9324)\n * chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301)\n * feat(terraform): use .terraform cache for remote modules in plan scanning (#9277)\n * chore: fix some function names in comment (#9314)\n * chore(deps): bump the aws group with 7 updates (#9311)\n * docs: add explanation for how to use non-system certificates (#9081)\n * chore(deps): bump the github-actions group across 1 directory with 2 updates (#8962)\n * fix(misconf): preserve original paths of remote submodules from .terraform (#9294)\n * refactor(terraform): make Scan method of Terraform plan scanner private (#9272)\n * fix: suppress debug log for context cancellation errors (#9298)\n * feat(secret): implement streaming secret scanner with byte offset tracking (#9264)\n * fix(python): impove package name normalization (#9290)\n * feat(misconf): added audit config attribute (#9249)\n * refactor(misconf): decouple input fs and track extracted files with fs references (#9281)\n * test(misconf): remove BenchmarkCalculate using outdated check metadata (#9291)\n * refactor: simplify Detect function signature (#9280)\n * ci(helm): bump Trivy version to 0.65.0 for Trivy Helm Chart 0.17.0 (#9288)\n * fix(fs): avoid shadowing errors in file.glob (#9286)\n * test(misconf): move terraform scan tests to integration tests (#9271)\n * test(misconf): drop gcp iam test covered by another case (#9285)\n * chore(deps): bump to alpine from `3.21.3` to `3.21.4` (#9283)\n\nUpdate to version 0.65.0:\n\n * fix(cli): ensure correct command is picked by telemetry (#9260)\n * feat(flag): add schema validation for `--server` flag (#9270)\n * chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible (#9274)\n * ci: skip undefined labels in discussion triage action (#9175)\n * feat(repo): add git repository metadata to reports (#9252)\n * fix(license): handle WITH operator for `LaxSplitLicenses` (#9232)\n * chore: add modernize tool integration for code modernization (#9251)\n * fix(secret): add UTF-8 validation in secret scanner to prevent protobuf marshalling errors (#9253)\n * chore: implement process-safe temp file cleanup (#9241)\n * fix: prevent graceful shutdown message on normal exit (#9244)\n * fix(misconf): correctly parse empty port ranges in google_compute_firewall (#9237)\n * feat: add graceful shutdown with signal handling (#9242)\n * chore: update template URL for brew formula (#9221)\n * test: add end-to-end testing framework with image scan and proxy tests (#9231)\n * refactor(db): use `Getter` interface with `GetParams` for trivy-db sources (#9239)\n * ci: specify repository for `gh cache delete` in canary worklfow (#9240)\n * ci: remove invalid `--confirm` flag from `gh cache delete` command in canary builds (#9236)\n * fix(misconf): fix log bucket in schema (#9235)\n * chore(deps): bump the common group across 1 directory with 24 updates (#9228)\n * ci: move runner.os context from job-level env to step-level in canary workflow (#9233)\n * chore(deps): bump up Trivy-kubernetes to v0.9.1 (#9214)\n * feat(misconf): added logging and versioning to the gcp storage bucket (#9226)\n * fix(server): add HTTP transport setup to server mode (#9217)\n * chore: update the rpm download Update (#9202)\n * feat(alma): add AlmaLinux 10 support (#9207)\n * fix(nodejs): don\u0027t use prerelease logic for compare npm constraints (#9208)\n * fix(rootio): fix severity selection (#9181)\n * fix(sbom): merge in-graph and out-of-graph OS packages in scan results (#9194)\n * fix(cli): panic: attempt to get os.Args[1] when len(os.Args) \u003c 2 (#9206)\n * fix(misconf): correctly adapt azure storage account (#9138)\n * feat(misconf): add private ip google access attribute to subnetwork (#9199)\n * feat(report): add CVSS vectors in sarif report (#9157)\n * fix(terraform): `for_each` on a map returns a resource for every key (#9156)\n * fix: supporting .egg-info/METADATA in python.Packaging analyzer (#9151)\n * chore: migrate protoc setup from Docker to buf CLI (#9184)\n * ci: delete cache after artifacts upload in canary workflow (#9177)\n * refactor: remove aws flag helper message (#9080)\n * ci: use gh pr view to get PR number for forked repositories in auto-ready workflow (#9183)\n * ci: add auto-ready-for-review workflow (#9179)\n * feat(image): add Docker context resolution (#9166)\n * ci: optimize golangci-lint performance with cache-based strategy (#9173)\n * feat: add HTTP request/response tracing support (#9125)\n * fix(aws): update amazon linux 2 EOL date (#9176)\n * chore: Update release workflow to trigger version updates (#9162)\n * chore(deps): bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 (#9164)\n * fix: also check `filepath` when removing duplicate packages (#9142)\n * chore: add debug log to show image source location (#9163)\n * docs: add section on customizing default check data (#9114)\n * chore(deps): bump the common group across 1 directory with 9 updates (#9153)\n * docs: partners page content updates (#9149)\n * chore(license): add missed spdx exceptions: (#9147)\n * docs: trivy partners page updates (#9133)\n * fix: migrate from `*.list` to `*.md5sums` files for `dpkg` (#9131)\n * ci(helm): bump Trivy version to 0.64.1 for Trivy Helm Chart 0.16.1 (#9135)\n * feat(sbom): add SHA-512 hash support for CycloneDX SBOM (#9126)\n * fix(misconf): skip rewriting expr if attr is nil (#9113)\n * fix(license): add missed `GFDL-NIV-1.1` and `GFDL-NIV-1.2` into Trivy mapping (#9116)\n * fix(cli): Add more non-sensitive flags to telemetry (#9110)\n * fix(alma): parse epochs from rpmqa file (#9101)\n * fix(rootio): check full version to detect `root.io` packages (#9117)\n * chore: drop FreeBSD 32-bit support (#9102)\n * fix(sbom): use correct field for licenses in CycloneDX reports (#9057)\n * fix(secret): fix line numbers for multiple-line secrets (#9104)\n * feat(license): observe pkg types option in license scanner (#9091)\n * ci(helm): bump Trivy version to 0.64.0 for Trivy Helm Chart 0.16.0 (#9107)\n- (CVE-2025-53547, bsc#1246151)\n\n- Update to version 0.64.1 (bsc#1243633, CVE-2025-47291,\n (bsc#1246730, CVE-2025-46569):\n\n * fix(misconf): skip rewriting expr if attr is nil [backport: release/v0.64] (#9127)\n * fix(cli): Add more non-sensitive flags to telemetry [backport: release/v0.64] (#9124)\n * fix(rootio): check full version to detect `root.io` packages [backport: release/v0.64] (#9120)\n * fix(alma): parse epochs from rpmqa file [backport: release/v0.64] (#9119)\n * docs(python): fix type with METADATA file name (#9090)\n * feat: reject unsupported artifact types in remote image retrieval (#9052)\n * chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#9088)\n * refactor(misconf): rewrite Rego module filtering using functional filters (#9061)\n * feat(terraform): add partial evaluation for policy templates (#8967)\n * feat(vuln): add Root.io support for container image scanning (#9073)\n * feat(sbom): add manufacturer field to CycloneDX tools metadata (#9019)\n * fix(cli): add some values to the telemetry call (#9056)\n * feat(ubuntu): add end of life date for Ubuntu 25.04 (#9077)\n * refactor: centralize HTTP transport configuration (#9058)\n * test: include integration tests in linting and fix all issues (#9060)\n * chore(deps): bump the common group across 1 directory with 26 updates (#9063)\n * feat(java): dereference all maven settings.xml env placeholders (#9024)\n * fix(misconf): reduce log noise on incompatible check (#9029)\n * fix(misconf): .Config.User always takes precedence over USER in .History (#9050)\n * chore(deps): update Docker to v28.2.2 and fix compatibility issues (#9037)\n * docs(misconf): simplify misconfiguration docs (#9030)\n * fix(misconf): move disabled checks filtering after analyzer scan (#9002)\n * docs: add PR review policy for maintainers (#9032)\n * fix(sbom): remove unnecessary OS detection check in SBOM decoding (#9034)\n * test: improve and extend tests for iac/adapters/arm (#9028)\n * chore: bump up Go version to 1.24.4 (#9031)\n * feat(cli): add version constraints to annoucements (#9023)\n * fix(misconf): correct Azure value-to-time conversion in AsTimeValue (#9015)\n * feat(ubuntu): add eol date for 20.04-ESM (#8981)\n * fix(report): don\u0027t panic when report contains vulns, but doesn\u0027t contain packages for `table` format (#8549)\n * fix(nodejs): correctly parse `packages` array of `bun.lock` file (#8998)\n * refactor: use strings.SplitSeq instead of strings.Split in for-loop (#8983)\n * docs: change --disable-metrics to --disable-telemetry in example (#8999) (#9003)\n * feat(misconf): add OpenTofu file extension support (#8747)\n * refactor(misconf): set Trivy version by default in Rego scanner (#9001)\n * docs: fix assets with versioning (#8996)\n * docs: add partners page (#8988)\n * chore(alpine): add EOL date for Alpine 3.22 (#8992)\n * fix: don\u0027t show corrupted trivy-db warning for first run (#8991)\n * Update installation.md (#8979)\n * feat(misconf): normalize CreatedBy for buildah and legacy docker builder (#8953)\n * chore(k8s): update comments with deprecated command format (#8964)\n * chore: fix errors and typos in docs (#8963)\n * fix: Add missing version check flags (#8951)\n * feat(redhat): Add EOL date for RHEL 10. (#8910)\n * fix: Correctly check for semver versions for trivy version check (#8948)\n * refactor(server): change custom advisory and vulnerability data types fr\u2026 (#8923)\n * ci(helm): bump Trivy version to 0.63.0 for Trivy Helm Chart 0.15.0 (#8946)\n * fix(misconf): use argument value in WithIncludeDeprecatedChecks (#8942)\n * chore(deps): Bump trivy-checks (#8934)\n * fix(julia): add `Relationship` field support (#8939)\n * feat(minimos): Add support for MinimOS (#8792)\n * feat(alpine): add maintainer field extraction for APK packages (#8930)\n * feat(echo): Add Echo Support (#8833)\n * fix(redhat): Also try to find buildinfo in root layer (layer 0) (#8924)\n * fix(wolfi): support new APK database location (#8937)\n * feat(k8s): get components from namespaced resources (#8918)\n * refactor(cloudformation): remove unused ScanFile method from Scanner (#8927)\n * refactor(terraform): remove result sorting from scanner (#8928)\n * feat(misconf): Add support for `Minimum Trivy Version` (#8880)\n * docs: improve skipping files documentation (#8749)\n * feat(cli): Add available version checking (#8553)\n * feat(nodejs): add a bun.lock analyzer (#8897)\n * feat: terraform parser option to set current working directory (#8909)\n * perf(secret): only match secrets of meaningful length, allow example strings to not be matched (#8602)\n * feat(misconf): export raw Terraform data to Rego (#8741)\n * refactor(terraform): simplify AllReferences method signature in Attribute (#8906)\n * fix: check post-analyzers for StaticPaths (#8904)\n * feat: add Bottlerocket OS package analyzer (#8653)\n * feat(license): improve work text licenses with custom classification (#8888)\n * chore(deps): bump github.com/containerd/containerd/v2 from 2.1.0 to 2.1.1 (#8901)\n * chore(deps): bump the common group across 1 directory with 9 updates (#8887)\n * refactor(license): simplify compound license scanning (#8896)\n * feat(license): Support compound licenses (licenses using SPDX operators) (#8816)\n * fix(k8s): use in-memory cache backend during misconfig scanning (#8873)\n * feat(nodejs): add bun.lock parser (#8851)\n * feat(license): improve work with custom classification of licenses from config file (#8861)\n * fix(cli): disable `--skip-dir` and `--skip-files` flags for `sbom` command (#8886)\n * fix: julia parser panicing (#8883)\n * refactor(db): change logic to detect wrong DB (#8864)\n * fix(cli): don\u0027t use allow values for `--compliance` flag (#8881)\n * docs(misconf): Reorganize misconfiguration scan pages (#8206)\n * fix(server): add missed Relationship field for `rpc` (#8872)\n * feat: add JSONC support for comments and trailing commas (#8862)\n * fix(vex): use `lo.IsNil` to check `VEX` from OCI artifact (#8858)\n * feat(go): support license scanning in both GOPATH and vendor (#8843)\n * fix(redhat): save contentSets for OS packages in fs/vm modes (#8820)\n * fix: filter all files when processing files installed from package managers (#8842)\n * feat(misconf): add misconfiguration location to junit template (#8793)\n * docs(vuln): remove OSV for Python from data sources (#8841)\n * chore: add an issue template for maintainers (#8838)\n * chore: enable staticcheck (#8815)\n * ci(helm): bump Trivy version to 0.62.1 for Trivy Helm Chart 0.14.1 (#8836)\n * feat(license): scan vendor directory for license for go.mod files (#8689)\n * docs(java): Update info about dev deps in gradle lock (#8830)\n * chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 in the common group (#8822)\n * fix(java): exclude dev dependencies in gradle lockfile (#8803)\n * fix: octalLiteral from go-critic (#8811)\n * fix(redhat): trim invalid suffix from content_sets in manifest parsing (#8818)\n * chore(deps): bump the common group across 1 directory with 10 updates (#8817)\n * fix: use-any from revive (#8810)\n * fix: more revive rules (#8814)\n * docs: change in java.md: fix the Trity -to-\u003e Trivy typo (#8813)\n * fix(misconf): check if for-each is known when expanding dyn block (#8808)\n * ci(helm): bump Trivy version to 0.62.0 for Trivy Helm Chart 0.14.0 (#8802)\n\n- Update to version 0.62.1 (bsc#1239225, CVE-2025-22868,\n bsc#1241724, CVE-2025-22872):\n\n * chore(deps): bump the common group across 1 directory with 10 updates [backport: release/v0.62] (#8831)\n * fix(misconf): check if for-each is known when expanding dyn block [backport: release/v0.62] (#8826)\n * fix(redhat): trim invalid suffix from content_sets in manifest parsing [backport: release/v0.62] (#8824)\n * feat(nodejs): add root and workspace for `yarn` packages (#8535)\n * fix: unused-parameter rule from revive (#8794)\n * chore(deps): Update trivy-checks (#8798)\n * fix: early-return, indent-error-flow and superfluous-else rules from revive (#8796)\n * fix(k8s): remove using `last-applied-configuration` (#8791)\n * refactor(misconf): remove unused methods from providers (#8781)\n * refactor(misconf): remove unused methods from iac types (#8782)\n * fix(misconf): filter null nodes when parsing json manifest (#8785)\n * fix: testifylint last issues (#8768)\n * fix(misconf): perform operations on attribute safely (#8774)\n * refactor(ubuntu): update time handling for fixing time (#8780)\n * chore(deps): bump golangci-lint to v2.1.2 (#8766)\n * feat(image): save layers metadata into report (#8394)\n * feat(misconf): convert AWS managed policy to document (#8757)\n * chore(deps): bump the docker group across 1 directory with 3 updates (#8762)\n * ci(helm): bump Trivy version to 0.61.1 for Trivy Helm Chart 0.13.1 (#8753)\n * ci(helm): create a helm branch for patches from main (#8673)\n * fix(terraform): hcl object expressions to return references (#8271)\n * chore(terraform): option to pass in instanced logger (#8738)\n * ci: use `Skitionek/notify-microsoft-teams` instead of `aquasecurity` fork (#8740)\n * chore(terraform): remove os.OpenPath call from terraform file functions (#8737)\n * chore(deps): bump the common group across 1 directory with 23 updates (#8733)\n * feat(rust): add root and workspace relationships/package for `cargo` lock files (#8676)\n * refactor(misconf): remove module outputs from parser.EvaluateAll (#8587)\n * fix(misconf): populate context correctly for module instances (#8656)\n * fix(misconf): check if metadata is not nil (#8647)\n * refactor(misconf): switch to x/json (#8719)\n * fix(report): clean buffer after flushing (#8725)\n * ci: improve PR title validation workflow (#8720)\n * refactor(flag): improve flag system architecture and extensibility (#8718)\n * fix(terraform): `evaluateStep` to correctly set `EvalContext` for multiple instances of blocks (#8555)\n * refactor: migrate from `github.com/aquasecurity/jfather` to `github.com/go-json-experiment/json` (#8591)\n * feat(misconf): support auto_provisioning_defaults in google_container_cluster (#8705)\n * ci: use `github.event.pull_request.user.login` for release PR check workflow (#8702)\n * refactor: add hook interface for extended functionality (#8585)\n * fix(misconf): add missing variable as unknown (#8683)\n * docs: Update maintainer docs (#8674)\n * ci(vuln): reduce github action script injection attack risk (#8610)\n * fix(secret): ignore .dist-info directories during secret scanning (#8646)\n * fix(server): fix redis key when trying to delete blob (#8649)\n * chore(deps): bump the testcontainers group with 2 updates (#8650)\n * test: use `aquasecurity` repository for test images (#8677)\n * chore(deps): bump the aws group across 1 directory with 5 updates (#8652)\n * fix(k8s): skip passed misconfigs for the summary report (#8684)\n * fix(k8s): correct compare artifact versions (#8682)\n * chore: update Docker lib (#8681)\n * refactor(misconf): remove unused terraform attribute methods (#8657)\n * feat(misconf): add option to pass Rego scanner to IaC scanner (#8369)\n * chore: typo fix to replace `rego` with `repo` on the RepoFlagGroup options error output (#8643)\n * docs: Add info about helm charts release (#8640)\n * ci(helm): bump Trivy version to 0.61.0 for Trivy Helm Chart 0.13.0 (#8638)\n\nUpdate to version 0.61.1 (bsc#1239385, CVE-2025-22869, bsc#1240466, CVE-2025-30204):\n\n * fix(k8s): skip passed misconfigs for the summary report [backport: release/v0.61] (#8748)\n * fix(k8s): correct compare artifact versions [backport: release/v0.61] (#8699)\n * test: use `aquasecurity` repository for test images [backport: release/v0.61] (#8698)\n * fix(misconf): Improve logging for unsupported checks (#8634)\n * feat(k8s): add support for controllers (#8614)\n * fix(debian): don\u0027t include empty licenses for `dpkgs` (#8623)\n * fix(misconf): Check values wholly prior to evalution (#8604)\n * chore(deps): Bump trivy-checks (#8619)\n * fix(k8s): show report for `--report all` (#8613)\n * chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#8597)\n * refactor: rename scanner to service (#8584)\n * fix(misconf): do not skip loading documents from subdirectories (#8526)\n * refactor(misconf): get a block or attribute without calling HasChild (#8586)\n * fix(misconf): identify the chart file exactly by name (#8590)\n * test: use table-driven tests in Helm scanner tests (#8592)\n * refactor(misconf): Simplify misconfig checks bundle parsing (#8533)\n * chore(deps): bump the common group across 1 directory with 10 updates (#8566)\n * fix(misconf): do not use cty.NilVal for non-nil values (#8567)\n * docs(cli): improve flag value display format (#8560)\n * fix(misconf): set default values for AWS::EKS::Cluster.ResourcesVpcConfig (#8548)\n * docs: remove slack (#8565)\n * fix: use `--file-patterns` flag for all post analyzers (#7365)\n * docs(python): Mention pip-compile (#8484)\n * feat(misconf): adapt aws_opensearch_domain (#8550)\n * feat(misconf): adapt AWS::EC2::VPC (#8534)\n * docs: fix a broken link (#8546)\n * fix(fs): check postAnalyzers for StaticPaths (#8543)\n * refactor(misconf): remove unused methods for ec2.Instance (#8536)\n * feat(misconf): adapt aws_default_security_group (#8538)\n * feat(fs): optimize scanning performance by direct file access for known paths (#8525)\n * feat(misconf): adapt AWS::DynamoDB::Table (#8529)\n * style: Fix MD syntax in self-hosting.md (#8523)\n * perf(misconf): retrieve check metadata from annotations once (#8478)\n * feat(misconf): Add support for aws_ami (#8499)\n * fix(misconf): skip Azure CreateUiDefinition (#8503)\n * refactor(misconf): use OPA v1 (#8518)\n * fix(misconf): add ephemeral block type to config schema (#8513)\n * perf(misconf): parse input for Rego once (#8483)\n * feat: replace TinyGo with standard Go for WebAssembly modules (#8496)\n * chore: replace deprecated tenv linter with usetesting (#8504)\n * fix(spdx): save text licenses into `otherLicenses` without normalize (#8502)\n * chore(deps): bump the common group across 1 directory with 13 updates (#8491)\n * chore: use go.mod for managing Go tools (#8493)\n * ci(helm): bump Trivy version to 0.60.0 for Trivy Helm Chart 0.12.0 (#8494)\n * fix(sbom): improve logic for binding direct dependency to parent component (#8489)\n * chore(deps): remove missed replace of `trivy-db` (#8492)\n * chore(deps): bump alpine from 3.21.0 to 3.21.3 in the docker group across 1 directory (#8490)\n * chore(deps): update Go to 1.24 and switch to go-version-file (#8388)\n * docs: add abbreviation list (#8453)\n * chore(terraform): assign *terraform.Module \u0027parent\u0027 field (#8444)\n * feat: add report summary table (#8177)\n * chore(deps): bump the github-actions group with 3 updates (#8473)\n * refactor(vex): improve SBOM reference handling with project standards (#8457)\n * ci: update GitHub Actions cache to v4 (#8475)\n * feat: add `--vuln-severity-source` flag (#8269)\n * fix(os): add mapping OS aliases (#8466)\n * chore(deps): bump the aws group across 1 directory with 7 updates (#8468)\n * chore(deps): Bump trivy-checks to v1.7.1 (#8467)\n * refactor(report): write tables after rendering all results (#8357)\n * docs: update VEX documentation index page (#8458)\n * fix(db): fix case when 2 trivy-db were copied at the same time (#8452)\n * feat(misconf): render causes for Terraform (#8360)\n * fix(misconf): fix incorrect k8s locations due to JSON to YAML conversion (#8073)\n * feat(cyclonedx): Add initial support for loading external VEX files from SBOM references (#8254)\n * chore(deps): update go-rustaudit location (#8450)\n * fix: update all documentation links (#8045)\n * chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#8443)\n * chore(deps): bump the common group with 6 updates (#8411)\n * fix(k8s): add missed option `PkgRelationships` (#8442)\n * fix(sbom): add SBOM file\u0027s filePath as Application FilePath if we can\u0027t detect its path (#8346)\n * feat(go): fix parsing main module version for go \u003e= 1.24 (#8433)\n * refactor(misconf): make Rego scanner independent of config type (#7517)\n * fix(image): disable AVD-DS-0007 for history scanning (#8366)\n * fix(server): secrets inspectation for the config analyzer in client server mode (#8418)\n * chore: remove mockery (#8417)\n * test(server): replace mock driver with memory cache in server tests (#8416)\n * test: replace mock with memory cache and fix non-deterministic tests (#8410)\n * test: replace mock with memory cache in scanner tests (#8413)\n * test: use memory cache (#8403)\n * fix(spdx): init `pkgFilePaths` map for all formats (#8380)\n * chore(deps): bump the common group across 1 directory with 11 updates (#8381)\n * docs: correct Ruby documentation (#8402)\n * chore: bump `mockery` to update v2.52.2 version and rebuild mock files (#8390)\n * fix: don\u0027t use `scope` for `trivy registry login` command (#8393)\n * fix(go): merge nested flags into string for ldflags for Go binaries (#8368)\n * chore(terraform): export module path on terraform modules (#8374)\n * fix(terraform): apply parser options to submodule parsing (#8377)\n * docs: Fix typos in documentation (#8361)\n * docs: fix navigate links (#8336)\n * ci(helm): bump Trivy version to 0.59.1 for Trivy Helm Chart 0.11.1 (#8354)\n * ci(spdx): add `aqua-installer` step to fix `mage` error (#8353)\n * chore: remove debug prints (#8347)\n * fix(misconf): do not log scanners when misconfig scanning is disabled (#8345)\n * fix(report): remove html escaping for `shortDescription` and `fullDescription` fields for sarif reports (#8344)\n * chore(deps): bump Go to `v1.23.5` (#8341)\n * fix(python): add `poetry` v2 support (#8323)\n * chore(deps): bump the github-actions group across 1 directory with 4 updates (#8331)\n * fix(misconf): ecs include enhanced for container insights (#8326)\n * fix(sbom): preserve OS packages from multiple SBOMs (#8325)\n * ci(helm): bump Trivy version to 0.59.0 for Trivy Helm Chart 0.11.0 (#8311)\n * (bsc#1237618, CVE-2025-27144)\n\nUpdate to version 0.59.1:\n\n * fix(misconf): do not log scanners when misconfig scanning is disabled [backport: release/v0.59] (#8349)\n * chore(deps): bump Go to `v1.23.5` [backport: release/v0.59] (#8343)\n * fix(python): add `poetry` v2 support [backport: release/v0.59] (#8335)\n * fix(sbom): preserve OS packages from multiple SBOMs [backport: release/v0.59] (#8333)\n\nUpdate to version 0.59.0:\n\n * feat(image): return error early if total size of layers exceeds limit (#8294)\n * chore(deps): Bump trivy-checks (#8310)\n * chore(terraform): add accessors to underlying raw hcl values (#8306)\n * fix: improve conversion of image config to Dockerfile (#8308)\n * docs: replace short codes with Unicode emojis (#8296)\n * feat(k8s): improve artifact selections for specific namespaces (#8248)\n * chore: update code owners (#8303)\n * fix(misconf): handle heredocs in dockerfile instructions (#8284)\n * fix: de-duplicate same `dpkg` packages with different filePaths from different layers (#8298)\n * chore(deps): bump the aws group with 7 updates (#8299)\n * chore(deps): bump the common group with 12 updates (#8301)\n * chore: enable int-conversion from perfsprint (#8194)\n * feat(fs): use git commit hash as cache key for clean repositories (#8278)\n * fix(spdx): use the `hasExtractedLicensingInfos` field for licenses that are not listed in the SPDX (#8077)\n * chore: use require.ErrorContains when possible (#8291)\n * feat(image): prevent scanning oversized container images (#8178)\n * chore(deps): use aqua forks for `github.com/liamg/jfather` and `github.com/liamg/iamgo` (#8289)\n * fix(fs): fix cache key generation to use UUID (#8275)\n * fix(misconf): correctly handle all YAML tags in K8S templates (#8259)\n * feat: add support for registry mirrors (#8244)\n * chore(deps): bump the common group across 1 directory with 29 updates (#8261)\n * refactor(license): improve license expression normalization (#8257)\n * feat(misconf): support for ignoring by inline comments for Dockerfile (#8115)\n * feat: add a examples field to check metadata (#8068)\n * chore(deps): bump alpine from 3.20.0 to 3.21.0 in the docker group across 1 directory (#8196)\n * ci: add workflow to restrict direct PRs to release branches (#8240)\n * fix(suse): SUSE - update OSType constants and references for compatility (#8236)\n * ci: fix path to main dir for canary builds (#8231)\n * chore(secret): add reported issues related to secrets in junit template (#8193)\n * refactor: use trivy-checks/pkg/specs package (#8226)\n * ci(helm): bump Trivy version to 0.58.1 for Trivy Helm Chart 0.10.0 (#8170)\n * fix(misconf): allow null values only for tf variables (#8112)\n * feat(misconf): support for ignoring by inline comments for Helm (#8138)\n * fix(redhat): check `usr/share/buildinfo/` dir to detect content sets (#8222)\n * chore(alpine): add EOL date for Alpine 3.21 (#8221)\n * fix: CVE-2025-21613 and CVE-2025-21614 : go-git: argument injection via the URL field (#8207)\n * fix(misconf): disable git terminal prompt on tf module load (#8026)\n * chore: remove aws iam related scripts (#8179)\n * docs: Updated JSON schema version 2 in the trivy documentation (#8188)\n * refactor(python): use once + debug for `License acquired from METADATA...` logs (#8175)\n * refactor: use slices package instead of custom function (#8172)\n * chore(deps): bump the common group with 6 updates (#8162)\n * feat(python): add support for uv dev and optional dependencies (#8134)\n * feat(python): add support for poetry dev dependencies (#8152)\n * fix(sbom): attach nested packages to Application (#8144)\n * docs(vex): use debian minor version in examples (#8166)\n * refactor: add generic Set implementation (#8149)\n * chore(deps): bump the aws group across 1 directory with 6 updates (#8163)\n * fix(python): skip dev group\u0027s deps for poetry (#8106)\n * fix(sbom): use root package for `unknown` dependencies (if exists) (#8104)\n * chore(deps): bump `golang.org/x/net` from `v0.32.0` to `v0.33.0` (#8140)\n * chore(vex): suppress CVE-2024-45338 (#8137)\n * feat(python): add support for uv (#8080)\n * chore(deps): bump the docker group across 1 directory with 3 updates (#8127)\n * chore(deps): bump the common group across 1 directory with 14 updates (#8126)\n * chore: bump go to 1.23.4 (#8123)\n * test: set dummy value for NUGET_PACKAGES (#8107)\n * chore(deps): bump `github.com/CycloneDX/cyclonedx-go` from `v0.9.1` to `v0.9.2` (#8105)\n * chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#8103)\n * fix: wasm module test (#8099)\n * fix: CVE-2024-45337: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (#8088)\n * chore(vex): suppress CVE-2024-45337 (#8101)\n * fix(license): always trim leading and trailing spaces for licenses (#8095)\n * fix(sbom): scan results of SBOMs generated from container images are missing layers (#7635)\n * fix(redhat): correct rewriting of recommendations for the same vulnerability (#8063)\n * fix: enable err-error and errorf rules from perfsprint linter (#7859)\n * chore(deps): bump the aws group across 1 directory with 6 updates (#8074)\n * perf: avoid heap allocation in applier findPackage (#7883)\n * fix: Updated twitter icon (#7772)\n * docs(k8s): add a note about multi-container pods (#7815)\n * feat: add `--distro` flag to manually specify OS distribution for vulnerability scanning (#8070)\n * fix(oracle): add architectures support for advisories (#4809)\n * fix: handle `BLOW_UNKNOWN` error to download DBs (#8060)\n * feat(misconf): generate placeholders for random provider resources (#8051)\n * fix(sbom): fix wrong overwriting of applications obtained from different sbom files but having same app type (#8052)\n * fix(flag): skip hidden flags for `--generate-default-config` command (#8046)\n * fix(java): correctly overwrite version from depManagement if dependency uses `project.*` props (#8050)\n * feat(nodejs): respect peer dependencies for dependency tree (#7989)\n * ci(helm): bump Trivy version to 0.58.0 for Trivy Helm Chart 0.10.0 (#8038)\n * fix: respect GITHUB_TOKEN to download artifacts from GHCR (#7580)\n * chore(deps): bump github.com/moby/buildkit from 0.17.2 to 0.18.0 in the docker group (#8029)\n * fix(misconf): use log instead of fmt for logging (#8033)\n * docs: add commercial content (#8030)\n\n- Update to version 0.58.2 (\n bsc#1234512, CVE-2024-45337,\n bsc#1235265, CVE-2024-45338,\n bsc#1232948, CVE-2024-51744):\n\n * fix(misconf): allow null values only for tf variables [backport: release/v0.58] (#8238)\n * fix(suse): SUSE - update OSType constants and references for compatility [backport: release/v0.58] (#8237)\n * fix: CVE-2025-21613 and CVE-2025-21614 : go-git: argument injection via the URL field [backport: release/v0.58] (#8215)\n * fix(sbom): attach nested packages to Application [backport: release/v0.58] (#8168)\n * fix(python): skip dev group\u0027s deps for poetry [backport: release/v0.58] (#8158)\n * fix(sbom): use root package for `unknown` dependencies (if exists) [backport: release/v0.58] (#8156)\n * chore(deps): bump `golang.org/x/net` from `v0.32.0` to `v0.33.0` [backport: release/v0.58] (#8142)\n * chore(deps): bump `github.com/CycloneDX/cyclonedx-go` from `v0.9.1` to `v0.9.2` [backport: release/v0.58] (#8136)\n * fix(redhat): correct rewriting of recommendations for the same vulnerability [backport: release/v0.58] (#8135)\n * fix(oracle): add architectures support for advisories [backport: release/v0.58] (#8125)\n * fix(sbom): fix wrong overwriting of applications obtained from different sbom files but having same app type [backport: release/v0.58] (#8124)\n * chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 [backport: release/v0.58] (#8122)\n * fix: handle `BLOW_UNKNOWN` error to download DBs [backport: release/v0.58] (#8121)\n * fix(java): correctly overwrite version from depManagement if dependency uses `project.*` props [backport: release/v0.58] (#8119)\n * fix(misconf): wrap AWS EnvVar to iac types (#7407)\n * chore(deps): Upgrade trivy-checks (#8018)\n * refactor(misconf): Remove unused options (#7896)\n * docs: add terminology page to explain Trivy concepts (#7996)\n * feat: add `workspaceRelationship` (#7889)\n * refactor(sbom): simplify relationship generation (#7985)\n * chore: remove Go checks (#7907)\n * docs: improve databases documentation (#7732)\n * refactor: remove support for custom Terraform checks (#7901)\n * docs: fix dead links (#7998)\n * docs: drop AWS account scanning (#7997)\n * fix(aws): change CPU and Memory type of ContainerDefinition to a string (#7995)\n * fix(cli): Handle empty ignore files more gracefully (#7962)\n * fix(misconf): load full Terraform module (#7925)\n * fix(misconf): properly resolve local Terraform cache (#7983)\n * refactor(k8s): add v prefix for Go packages (#7839)\n * test: replace Go checks with Rego (#7867)\n * feat(misconf): log causes of HCL file parsing errors (#7634)\n * chore(deps): bump the aws group across 1 directory with 7 updates (#7991)\n * chore(deps): bump github.com/moby/buildkit from 0.17.0 to 0.17.2 in the docker group across 1 directory (#7990)\n * chore(deps): update csaf module dependency from csaf-poc to gocsaf (#7992)\n * chore: downgrade the failed block expand message to debug (#7964)\n * fix(misconf): do not erase variable type for child modules (#7941)\n * feat(go): construct dependencies of `go.mod` main module in the parser (#7977)\n * feat(go): construct dependencies in the parser (#7973)\n * feat: add cvss v4 score and vector in scan response (#7968)\n * docs: add `overview` page for `others` (#7972)\n * fix(sbom): Fixes for Programming Language Vulnerabilities and SBOM Package Maintainer Details (#7871)\n * feat(suse): Align SUSE/OpenSUSE OS Identifiers (#7965)\n * chore(deps): bump the common group with 4 updates (#7949)\n * feat(oracle): add `flavors` support (#7858)\n * fix(misconf): Update trivy-checks default repo to `mirror.gcr.io` (#7953)\n * chore(deps): Bump up trivy-checks to v1.3.0 (#7959)\n * fix(k8s): check all results for vulnerabilities (#7946)\n * ci(helm): bump Trivy version to 0.57.1 for Trivy Helm Chart 0.9.0 (#7945)\n * feat(secret): Add built-in secrets rules for Private Packagist (#7826)\n * docs: Fix broken links (#7900)\n * docs: fix mistakes/typos (#7942)\n * feat: Update registry fallbacks (#7679)\n * fix(alpine): add `UID` for removed packages (#7887)\n * chore(deps): bump the aws group with 6 updates (#7902)\n * chore(deps): bump the common group with 6 updates (#7904)\n * fix(debian): infinite loop (#7928)\n * fix(redhat): don\u0027t return error if `root/buildinfo/content_manifests/` contains files that are not `contentSets` files (#7912)\n * docs: add note about temporary podman socket (#7921)\n * docs: combine trivy.dev into trivy docs (#7884)\n * test: change branch in spdx schema link to check in integration tests (#7935)\n * docs: add Headlamp to the Trivy Ecosystem page (#7916)\n * fix(report): handle `git@github.com` schema for misconfigs in `sarif` report (#7898)\n * chore(k8s): enhance k8s scan log (#6997)\n * fix(terraform): set null value as fallback for missing variables (#7669)\n * fix(misconf): handle null properties in CloudFormation templates (#7813)\n * fix(fs): add missing defered Cleanup() call to post analyzer fs (#7882)\n * chore(deps): bump the common group across 1 directory with 20 updates (#7876)\n * chore: bump containerd to v2.0.0 (#7875)\n * fix: Improve version comparisons when build identifiers are present (#7873)\n * feat(k8s): add default commands for unknown platform (#7863)\n * chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#7868)\n * refactor(secret): optimize performance by moving ToLower operation outside loop (#7862)\n * test: save `containerd` image into archive and use in tests (#7816)\n * chore(deps): bump the github-actions group across 1 directory with 2 updates (#7854)\n * chore: bump golangci-lint to v1.61.0 (#7853)\n\nUpdate to version 0.57.1:\n\n * feat: Update registry fallbacks [backport: release/v0.57] (#7944)\n * fix(redhat): don\u0027t return error if `root/buildinfo/content_manifests/` contains files that are not `contentSets` files [backport: release/v0.57] (#7939)\n * test: change branch in spdx schema link to check in integration tests [backport: release/v0.57] (#7940)\n * release: v0.57.0 [main] (#7710)\n * chore: lint `errors.Join` (#7845)\n * feat(db): append errors (#7843)\n * docs(java): add info about supported scopes (#7842)\n * docs: add example of creating whitelist of checks (#7821)\n * chore(deps): Bump trivy-checks (#7819)\n * fix(go): Do not trim v prefix from versions in Go Mod Analyzer (#7733)\n * fix(k8s): skip resources without misconfigs (#7797)\n * fix(sbom): use `Annotation` instead of `AttributionTexts` for `SPDX` formats (#7811)\n * fix(cli): add config name to skip-policy-update alias (#7820)\n * fix(helm): properly handle multiple archived dependencies (#7782)\n * refactor(misconf): Deprecate `EXCEPTIONS` for misconfiguration scanning (#7776)\n * fix(k8s)!: support k8s multi container (#7444)\n * fix(k8s): support kubernetes v1.31 (#7810)\n * docs: add Windows install instructions (#7800)\n * ci(helm): auto public Helm chart after PR merged (#7526)\n * feat: add end of life date for Ubuntu 24.10 (#7787)\n * feat(report): update gitlab template to populate operating_system value (#7735)\n * feat(misconf): Show misconfig ID in output (#7762)\n * feat(misconf): export unresolvable field of IaC types to Rego (#7765)\n * refactor(k8s): scan config files as a folder (#7690)\n * fix(license): fix license normalization for Universal Permissive License (#7766)\n * fix: enable usestdlibvars linter (#7770)\n * fix(misconf): properly expand dynamic blocks (#7612)\n * feat(cyclonedx): add file checksums to `CycloneDX` reports (#7507)\n * fix(misconf): fix for Azure Storage Account network acls adaptation (#7602)\n * refactor(misconf): simplify k8s scanner (#7717)\n * feat(parser): ignore white space in pom.xml files (#7747)\n * test: use forked images (#7755)\n * fix(java): correctly inherit `version` and `scope` from upper/root `depManagement` and `dependencies` into parents (#7541)\n * fix(misconf): check if property is not nil before conversion (#7578)\n * fix(misconf): change default ACL of digitalocean_spaces_bucket to private (#7577)\n * feat(misconf): ssl_mode support for GCP SQL DB instance (#7564)\n * test: define constants for test images (#7739)\n * docs: add note about disabled DS016 check (#7724)\n * feat(misconf): public network support for Azure Storage Account (#7601)\n * feat(cli): rename `trivy auth` to `trivy registry` (#7727)\n * docs: apt-transport-https is a transitional package (#7678)\n * refactor(misconf): introduce generic scanner (#7515)\n * fix(cli): `clean --all` deletes only relevant dirs (#7704)\n * feat(cli): add `trivy auth` (#7664)\n * fix(sbom): add options for DBs in private registries (#7660)\n * docs(report): fix reporting doc format (#7671)\n * fix(repo): `git clone` output to Stderr (#7561)\n * fix(redhat): include arch in PURL qualifiers (#7654)\n * fix(report): Fix invalid URI in SARIF report (#7645)\n * docs(report): Improve SARIF reporting doc (#7655)\n * fix(db): fix javadb downloading error handling (#7642)\n * feat(cli): error out when ignore file cannot be found (#7624)\n\nUpdate to version 0.56.2:\n\n * fix(redhat): include arch in PURL qualifiers [backport: release/v0.56] (#7702)\n * fix(sbom): add options for DBs in private registries [backport: release/v0.56] (#7691)\n\n- Update to version 0.51.1 (bsc#1227010, CVE-2024-3817):\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-33",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_20117-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1227010",
"url": "https://bugzilla.suse.com/1227010"
},
{
"category": "self",
"summary": "SUSE Bug 1232948",
"url": "https://bugzilla.suse.com/1232948"
},
{
"category": "self",
"summary": "SUSE Bug 1234512",
"url": "https://bugzilla.suse.com/1234512"
},
{
"category": "self",
"summary": "SUSE Bug 1235265",
"url": "https://bugzilla.suse.com/1235265"
},
{
"category": "self",
"summary": "SUSE Bug 1237618",
"url": "https://bugzilla.suse.com/1237618"
},
{
"category": "self",
"summary": "SUSE Bug 1239225",
"url": "https://bugzilla.suse.com/1239225"
},
{
"category": "self",
"summary": "SUSE Bug 1239385",
"url": "https://bugzilla.suse.com/1239385"
},
{
"category": "self",
"summary": "SUSE Bug 1240466",
"url": "https://bugzilla.suse.com/1240466"
},
{
"category": "self",
"summary": "SUSE Bug 1241724",
"url": "https://bugzilla.suse.com/1241724"
},
{
"category": "self",
"summary": "SUSE Bug 1243633",
"url": "https://bugzilla.suse.com/1243633"
},
{
"category": "self",
"summary": "SUSE Bug 1246151",
"url": "https://bugzilla.suse.com/1246151"
},
{
"category": "self",
"summary": "SUSE Bug 1246730",
"url": "https://bugzilla.suse.com/1246730"
},
{
"category": "self",
"summary": "SUSE Bug 1248897",
"url": "https://bugzilla.suse.com/1248897"
},
{
"category": "self",
"summary": "SUSE Bug 1248937",
"url": "https://bugzilla.suse.com/1248937"
},
{
"category": "self",
"summary": "SUSE Bug 1250625",
"url": "https://bugzilla.suse.com/1250625"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3817 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-11065 page",
"url": "https://www.suse.com/security/cve/CVE-2025-11065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21613 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21613/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21614 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21614/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22872 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22872/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-46569 page",
"url": "https://www.suse.com/security/cve/CVE-2025-46569/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47291 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47291/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-53547 page",
"url": "https://www.suse.com/security/cve/CVE-2025-53547/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58058 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58058/"
}
],
"title": "Security update for trivy",
"tracking": {
"current_release_date": "2025-11-27T12:27:44Z",
"generator": {
"date": "2025-11-27T12:27:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:20117-1",
"initial_release_date": "2025-11-27T12:27:44Z",
"revision_history": [
{
"date": "2025-11-27T12:27:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.66.0-bp160.1.1.aarch64",
"product": {
"name": "trivy-0.66.0-bp160.1.1.aarch64",
"product_id": "trivy-0.66.0-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.66.0-bp160.1.1.ppc64le",
"product": {
"name": "trivy-0.66.0-bp160.1.1.ppc64le",
"product_id": "trivy-0.66.0-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.66.0-bp160.1.1.s390x",
"product": {
"name": "trivy-0.66.0-bp160.1.1.s390x",
"product_id": "trivy-0.66.0-bp160.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "trivy-0.66.0-bp160.1.1.x86_64",
"product": {
"name": "trivy-0.66.0-bp160.1.1.x86_64",
"product_id": "trivy-0.66.0-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.66.0-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64"
},
"product_reference": "trivy-0.66.0-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.66.0-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le"
},
"product_reference": "trivy-0.66.0-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.66.0-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x"
},
"product_reference": "trivy-0.66.0-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "trivy-0.66.0-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
},
"product_reference": "trivy-0.66.0-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-3817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3817"
}
],
"notes": [
{
"category": "general",
"text": "HashiCorp\u0027s go-getter library is vulnerable to argument injection when executing Git to discover remote branches. \n\nThis vulnerability does not affect the go-getter/v2 branch and package.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3817",
"url": "https://www.suse.com/security/cve/CVE-2024-3817"
},
{
"category": "external",
"summary": "SUSE Bug 1226999 for CVE-2024-3817",
"url": "https://bugzilla.suse.com/1226999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "critical"
}
],
"title": "CVE-2024-3817"
},
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2025-11065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-11065"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-11065",
"url": "https://www.suse.com/security/cve/CVE-2025-11065"
},
{
"category": "external",
"summary": "SUSE Bug 1250608 for CVE-2025-11065",
"url": "https://bugzilla.suse.com/1250608"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-11065"
},
{
"cve": "CVE-2025-21613",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21613"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. An argument injection vulnerability was discovered in go-git versions prior to v5.13. Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries. This vulnerability is fixed in 5.13.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21613",
"url": "https://www.suse.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "SUSE Bug 1235572 for CVE-2025-21613",
"url": "https://bugzilla.suse.com/1235572"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-21613"
},
{
"cve": "CVE-2025-21614",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"notes": [
{
"category": "general",
"text": "go-git is a highly extensible git implementation library written in pure Go. A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients. Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21614",
"url": "https://www.suse.com/security/cve/CVE-2025-21614"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-21614"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22872",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22872"
}
],
"notes": [
{
"category": "general",
"text": "The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. \u003cmath\u003e, \u003csvg\u003e, etc contexts).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22872",
"url": "https://www.suse.com/security/cve/CVE-2025-22872"
},
{
"category": "external",
"summary": "SUSE Bug 1241710 for CVE-2025-22872",
"url": "https://bugzilla.suse.com/1241710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-46569",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-46569"
}
],
"notes": [
{
"category": "general",
"text": "Open Policy Agent (OPA) is an open source, general-purpose policy engine. Prior to version 1.4.0, when run as a server, OPA exposes an HTTP Data API for reading and writing documents. Requesting a virtual document through the Data API entails policy evaluation, where a Rego query containing a single data document reference is constructed from the requested path. This query is then used for policy evaluation. A HTTP request path can be crafted in a way that injects Rego code into the constructed query. The evaluation result cannot be made to return any other data than what is generated by the requested path, but this path can be misdirected, and the injected Rego code can be crafted to make the query succeed or fail; opening up for oracle attacks or, given the right circumstances, erroneous policy decision results. Furthermore, the injected code can be crafted to be computationally expensive, resulting in a Denial Of Service (DoS) attack. This issue has been patched in version 1.4.0. A workaround involves having network access to OPA\u0027s RESTful APIs being limited to `localhost` and/or trusted networks, unless necessary for production reasons.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-46569",
"url": "https://www.suse.com/security/cve/CVE-2025-46569"
},
{
"category": "external",
"summary": "SUSE Bug 1246710 for CVE-2025-46569",
"url": "https://bugzilla.suse.com/1246710"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-46569"
},
{
"cve": "CVE-2025-47291",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47291"
}
],
"notes": [
{
"category": "general",
"text": "containerd is an open-source container runtime. A bug was found in the containerd\u0027s CRI implementation where containerd, starting in version 2.0.1 and prior to version 2.0.5, doesn\u0027t put usernamespaced containers under the Kubernetes\u0027 cgroup hierarchy, therefore some Kubernetes limits are not honored. This may cause a denial of service of the Kubernetes node. This bug has been fixed in containerd 2.0.5+ and 2.1.0+. Users should update to these versions to resolve the issue. As a workaround, disable usernamespaced pods in Kubernetes temporarily.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47291",
"url": "https://www.suse.com/security/cve/CVE-2025-47291"
},
{
"category": "external",
"summary": "SUSE Bug 1243632 for CVE-2025-47291",
"url": "https://bugzilla.suse.com/1243632"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-47291"
},
{
"cve": "CVE-2025-53547",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-53547"
}
],
"notes": [
{
"category": "general",
"text": "Helm is a package manager for Charts for Kubernetes. Prior to 3.18.4, a specially crafted Chart.yaml file along with a specially linked Chart.lock file can lead to local code execution when dependencies are updated. Fields in a Chart.yaml file, that are carried over to a Chart.lock file when dependencies are updated and this file is written, can be crafted in a way that can cause execution if that same content were in a file that is executed (e.g., a bash.rc file or shell script). If the Chart.lock file is symlinked to one of these files updating dependencies will write the lock file content to the symlinked file. This can lead to unwanted execution. Helm warns of the symlinked file but did not stop execution due to symlinking. This issue has been resolved in Helm v3.18.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-53547",
"url": "https://www.suse.com/security/cve/CVE-2025-53547"
},
{
"category": "external",
"summary": "SUSE Bug 1246150 for CVE-2025-53547",
"url": "https://bugzilla.suse.com/1246150"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "important"
}
],
"title": "CVE-2025-53547"
},
{
"cve": "CVE-2025-58058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58058"
}
],
"notes": [
{
"category": "general",
"text": "xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading the header. This can lead to increased memory consumption because the current implementation allocates the full decoding buffer directly after reading the header. The LZMA header doesn\u0027t include a magic number or has a checksum to detect such an issue according to the specification. Note that the code recognizes the issue later while reading the stream, but at this time the memory allocation has already been done. This issue has been patched in version 0.5.14.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58058",
"url": "https://www.suse.com/security/cve/CVE-2025-58058"
},
{
"category": "external",
"summary": "SUSE Bug 1248889 for CVE-2025-58058",
"url": "https://bugzilla.suse.com/1248889"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.aarch64",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.s390x",
"openSUSE Leap 16.0:trivy-0.66.0-bp160.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-27T12:27:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-58058"
}
]
}
OPENSUSE-SU-2025:20143-1
Vulnerability from csaf_opensuse - Published: 2025-12-04 13:08 - Updated: 2025-12-04 13:08| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for git-bug",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for git-bug fixes the following issues:\n\nChanges in git-bug:\n\n- Revendor to include fixed version of depending libraries:\n - GO-2025-4116 (CVE-2025-47913, bsc#1253506) upgrade\n golang.org/x/crypto to v0.43.0\n - GO-2025-3900 (GHSA-2464-8j7c-4cjm) upgrade\n github.com/go-viper/mapstructure/v2 to v2.4.0\n - GO-2025-3787 (GHSA-fv92-fjc5-jj9h) included in the previous\n - GO-2025-3754 (GHSA-2x5j-vhc8-9cwm) upgrade\n github.com/cloudflare/circl to v1.6.1\n - GO-2025-4134 (CVE-2025-58181, bsc#1253930) upgrade\n golang.org/x/crypto/ssh to v0.45.0\n - GO-2025-4135 (CVE-2025-47914, bsc#1254084) upgrade\n golang.org/x/crypto/ssh/agent to v0.45.0\n\n- Revendor to include golang.org/x/net/html v 0.45.0 to prevent\n possible DoS by various algorithms with quadratic complexity\n when parsing HTML documents (bsc#1251463, CVE-2025-47911 and\n bsc#1251664, CVE-2025-58190).\n\nUpdate to version 0.10.1:\n\n - cli: ignore missing sections when removing configuration (ddb22a2f)\n\nUpdate to version 0.10.0:\n\n - bridge: correct command used to create a new bridge (9942337b)\n - web: simplify header navigation (7e95b169)\n - webui: remark upgrade + gfm + syntax highlighting (6ee47b96)\n - BREAKING CHANGE: dev-infra: remove gokart (89b880bd)\n\nUpdate to version 0.10.0:\n\n - bridge: correct command used to create a new bridge (9942337b)\n - web: simplify header navigation (7e95b169)\n - web: remark upgrade + gfm + syntax highlighting (6ee47b96)\n\nUpdate to version 0.9.0:\n\n - completion: remove errata from string literal (aa102c91)\n - tui: improve readability of the help bar (23be684a)\n\nUpdate to version 0.8.1+git.1746484874.96c7a111:\n\n * docs: update install, contrib, and usage documentation (#1222)\n * fix: resolve the remote URI using url.*.insteadOf (#1394)\n * build(deps): bump the go_modules group across 1 directory with 3 updates (#1376)\n * chore: gofmt simplify gitlab/export_test.go (#1392)\n * fix: checkout repo before setting up go environment (#1390)\n * feat: bump to go v1.24.2 (#1389)\n * chore: update golang.org/x/net (#1379)\n * fix: use -0700 when formatting time (#1388)\n * fix: use correct url for gitlab PATs (#1384)\n * refactor: remove depdendency on pnpm for auto-label action (#1383)\n * feat: add action: auto-label (#1380)\n * feat: remove lifecycle/frozen (#1377)\n * build(deps): bump the npm_and_yarn group across 1 directory with 12 updates (#1378)\n * feat: support new exclusion label: lifecycle/pinned (#1375)\n * fix: refactor how gitlab title changes are detected (#1370)\n * revert: \"Create Dependabot config file\" (#1374)\n * refactor: rename //:git-bug.go to //:main.go (#1373)\n * build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.25 (#1361)\n * fix: set GitLastTag to an empty string when git-describe errors (#1355)\n * chore: update go-git to v5@masterupdate_mods (#1284)\n * refactor: Directly swap two variables to optimize code (#1272)\n * Update README.md Matrix link to new room (#1275)\n\n- Update to version 0.8.0+git.1742269202.0ab94c9:\n * deps(crypto): bump golang.org/x/crypto from v0.26.0 to v0.31.0 (fix for CVE-2024-45337) (#1312)\n\n- Update golang.org/x/crypto/ssh to v0.35.0 (bsc#1239494,\n CVE-2025-22869).\n\n- Add missing Requires to completion subpackages.\n\nUpdate to version 0.8.0+git.1733745604.d499b6e:\n\n * fix typos in docs (#1266)\n * build(deps): bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 (#1289)\n\n- bump golang.org/x/crypto from v0.26.0 to v0.31.0 (fix for CVE-2024-45337, bsc#1234565).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-46",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_20143-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1234565",
"url": "https://bugzilla.suse.com/1234565"
},
{
"category": "self",
"summary": "SUSE Bug 1239494",
"url": "https://bugzilla.suse.com/1239494"
},
{
"category": "self",
"summary": "SUSE Bug 1251463",
"url": "https://bugzilla.suse.com/1251463"
},
{
"category": "self",
"summary": "SUSE Bug 1251664",
"url": "https://bugzilla.suse.com/1251664"
},
{
"category": "self",
"summary": "SUSE Bug 1253506",
"url": "https://bugzilla.suse.com/1253506"
},
{
"category": "self",
"summary": "SUSE Bug 1253930",
"url": "https://bugzilla.suse.com/1253930"
},
{
"category": "self",
"summary": "SUSE Bug 1254084",
"url": "https://bugzilla.suse.com/1254084"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47911 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47911/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47914 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47914/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58190 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58190/"
}
],
"title": "Security update for git-bug",
"tracking": {
"current_release_date": "2025-12-04T13:08:26Z",
"generator": {
"date": "2025-12-04T13:08:26Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:20143-1",
"initial_release_date": "2025-12-04T13:08:26Z",
"revision_history": [
{
"date": "2025-12-04T13:08:26Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.10.1-bp160.1.1.aarch64",
"product": {
"name": "git-bug-0.10.1-bp160.1.1.aarch64",
"product_id": "git-bug-0.10.1-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"product": {
"name": "git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"product_id": "git-bug-bash-completion-0.10.1-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"product": {
"name": "git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"product_id": "git-bug-fish-completion-0.10.1-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "git-bug-zsh-completion-0.10.1-bp160.1.1.noarch",
"product": {
"name": "git-bug-zsh-completion-0.10.1-bp160.1.1.noarch",
"product_id": "git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.10.1-bp160.1.1.ppc64le",
"product": {
"name": "git-bug-0.10.1-bp160.1.1.ppc64le",
"product_id": "git-bug-0.10.1-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.10.1-bp160.1.1.s390x",
"product": {
"name": "git-bug-0.10.1-bp160.1.1.s390x",
"product_id": "git-bug-0.10.1-bp160.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "git-bug-0.10.1-bp160.1.1.x86_64",
"product": {
"name": "git-bug-0.10.1-bp160.1.1.x86_64",
"product_id": "git-bug-0.10.1-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.10.1-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64"
},
"product_reference": "git-bug-0.10.1-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.10.1-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le"
},
"product_reference": "git-bug-0.10.1-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.10.1-bp160.1.1.s390x as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x"
},
"product_reference": "git-bug-0.10.1-bp160.1.1.s390x",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-0.10.1-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64"
},
"product_reference": "git-bug-0.10.1-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-bash-completion-0.10.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch"
},
"product_reference": "git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-fish-completion-0.10.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch"
},
"product_reference": "git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-bug-zsh-completion-0.10.1-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
},
"product_reference": "git-bug-zsh-completion-0.10.1-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-47911",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47911"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47911",
"url": "https://www.suse.com/security/cve/CVE-2025-47911"
},
{
"category": "external",
"summary": "SUSE Bug 1251308 for CVE-2025-47911",
"url": "https://bugzilla.suse.com/1251308"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "moderate"
}
],
"title": "CVE-2025-47911"
},
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
},
{
"cve": "CVE-2025-47914",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47914"
}
],
"notes": [
{
"category": "general",
"text": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47914",
"url": "https://www.suse.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "SUSE Bug 1253967 for CVE-2025-47914",
"url": "https://bugzilla.suse.com/1253967"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "moderate"
}
],
"title": "CVE-2025-47914"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-58190",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58190"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58190",
"url": "https://www.suse.com/security/cve/CVE-2025-58190"
},
{
"category": "external",
"summary": "SUSE Bug 1251309 for CVE-2025-58190",
"url": "https://bugzilla.suse.com/1251309"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.aarch64",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.s390x",
"openSUSE Leap 16.0:git-bug-0.10.1-bp160.1.1.x86_64",
"openSUSE Leap 16.0:git-bug-bash-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-fish-completion-0.10.1-bp160.1.1.noarch",
"openSUSE Leap 16.0:git-bug-zsh-completion-0.10.1-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-12-04T13:08:26Z",
"details": "moderate"
}
],
"title": "CVE-2025-58190"
}
]
}
OPENSUSE-SU-2026:10230-1
Vulnerability from csaf_opensuse - Published: 2026-02-19 00:00 - Updated: 2026-02-19 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "vexctl-0.4.1+git78.f951e3a-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the vexctl-0.4.1+git78.f951e3a-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10230",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10230-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22868 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27144 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27144/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
}
],
"title": "vexctl-0.4.1+git78.f951e3a-1.1 on GA media",
"tracking": {
"current_release_date": "2026-02-19T00:00:00Z",
"generator": {
"date": "2026-02-19T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10230-1",
"initial_release_date": "2026-02-19T00:00:00Z",
"revision_history": [
{
"date": "2026-02-19T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"product": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"product_id": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
},
"product_reference": "vexctl-0.4.1+git78.f951e3a-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2025-22868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22868"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22868",
"url": "https://www.suse.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "SUSE Bug 1239185 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239185"
},
{
"category": "external",
"summary": "SUSE Bug 1239186 for CVE-2025-22868",
"url": "https://bugzilla.suse.com/1239186"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22868"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-27144",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27144"
}
],
"notes": [
{
"category": "general",
"text": "Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, \".\") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27144",
"url": "https://www.suse.com/security/cve/CVE-2025-27144"
},
{
"category": "external",
"summary": "SUSE Bug 1237608 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237608"
},
{
"category": "external",
"summary": "SUSE Bug 1237609 for CVE-2025-27144",
"url": "https://bugzilla.suse.com/1237609"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.aarch64",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.ppc64le",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.s390x",
"openSUSE Tumbleweed:vexctl-0.4.1+git78.f951e3a-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-19T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
}
]
}
OPENSUSE-SU-2026:20620-1
Vulnerability from csaf_opensuse - Published: 2026-04-23 16:22 - Updated: 2026-04-23 16:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rclone",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rclone fixes the following issues:\n\nChanges in rclone:\n\n- Update to version 1.73.5:\n * Version v1.73.5\n * operations: add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179\n * rc: snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176\n * rc: add AuthRequired to options/set to prevent auth bypass CVE-2026-41176\n * s3: fix empty delimiter parameter rejected by Archiware P5 server\n * azureblob/auth: add Microsoft Partner Network User-Agent prefix\n * drime: fix User.EntryPermissions JSON unmarshalling\n * filter: fix debug logs that fire before logger is configured - fixes #9291\n * s3: fix TencentCOS CDN endpoint failing on bucket check\n * iclouddrive: fix \u0027directory not found\u0027 error when the directory contains accent marks\n * Start v1.73.5-DEV development\n\n- Update to version 1.73.4:\n * Version v1.73.4\n * Update to go 1.25.9 to fix multiple CVEs\n * build: fix Denial of Service due to Panic in AWS SDK for Go v2 SDK EventStream Decoder\n * docs: fix markdown issues in mount docs\n * docs: fix header level for metadata option\n * fix(docs): Fix link to not be language specific\n * filen: update SDK version\n * build(deps): bump golang.org/x/image from 0.36.0 to 0.38.0\n * docs: note macOS 10.15 (Catalina) support with version v1.70.3\n * Start v1.73.4-DEV development\n\n- Update to version 1.73.3: (CVE-2026-33186 GHSA-6g7g-w4f8-9c9x)\n * Version v1.73.3\n * build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2\n * docs/jottacloud: fix broken link\n * docs: clarify Filen password change requires updating both password and API key in rclone config\n * docs: note that Filen API key changes on password change\n * build(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3\n * s3: add multi tenant support for Cubbit\n * lib/rest: fix URLPathEscapeAll breaking WebDAV servers (eg nzbdav) with strict path matching\n * list: fix nil pointer panic in Sorter when temp file creation fails\n * docs: update RELEASE procedure to avoid mistakes\n * docs: added text to the label showing version-introduced info\n * Start v1.73.3-DEV development\n * docs: update sponsors\n\n- Update to version 1.73.2:\n * Version v1.73.2\n * Update to go 1.25.8 to fix multiple CVEs\n * build: update to golang.org/x/net v0.51.0 to fix CVE-2026-27141 #9220\n * docs: fix new drive flag typo in changelog\n * webdav: add missing headers for CORS\n * docs: Document unsupported S3 object keys with double slashes\n * docs: note that --use-server-modtime only works on some backends\n * internxt: fix Entry doesn\u0027t belong in directory errors on windows\n * drime: fix chunk-uploaded files ignoring workspace ID\n * docs: Fix headers hierarchy for mount.md\n * webdav: escape reserved characters in URL path segments\n * bisync: add group Sync to the bisync command\n * archive: extract: strip \"./\" prefix from tar entry paths\n * docs: add instructions on how to update Go version\n * buid: update github.com/cloudflare/circl to v1.6.3 to fix CVE-2026-1229\n * Start v1.73.2-DEV development\n\n- Update to version 1.73.1:\n * Version v1.73.1\n * build: fix build using go 1.26.0 instead of go 1.25.7\n * fs/march: fix runtime: program exceeds 10000-thread limit\n * accounting: fix missing server side stats from core/stats rc\n * pacer: re-read the sleep time as it may be stale\n * pacer: fix deadlock between pacer token and --max-connections\n * build: fix CVE-2025-68121 by updating go to 1.25.7 or later - fixes #9167\n * drime: fix files and directories being created in the default workspace\n * docs: update sponsors\n * copyurl: Extend copyurl docs with an example of CSV FILENAMEs starting with a path.\n * internxt: implement re-login under refresh logic, improve retry logic - fixes #9174\n * docs: add ExchangeRate-API as a sponsor\n * build: bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 to fix GO-2026-4316\n * Set list_version to 2 for FileLu S3 configuration\n * filelu: add multipart upload support with configurable cutoff\n * filelu: add multipart init response type\n * filelu: add comment for response body wrapping\n * filelu: avoid buffering entire file in memory\n * docs: update sponsor logos\n * filen: fix potential panic in case of error during upload\n * filen: fix 32 bit targets not being able to list directories Fixes #9142\n * Start v1.73.1-DEV development\n\n- Update to version 1.73.0:\n * Version v1.73.0\n * drive: fix crash when trying to creating shortcut to a Google doc\n * azureblob,azurefiles: factor the common auth into a library\n * test: allow backends to return fs.ErrorCantListRoot to skip Root tests\n * build: add privatebeta Makefile target\n * docs: add Internxt as a sponsor\n * internxt: remove use of CVE laden github.com/disintegration/imaging\n * docs: fix Internxt docs after merge\n * docs: update making a new backend docs\n * docs: build overview page from the backend data\n * docs: add tiering to the documentation - fixes #8873\n * docs: add data about each backend in YAML format\n * docs: add bin/manage_backends.py for managing the backend data files\n * internxt: use rclone\u0027s http.Client to enable more features\n * internxt: fix lint problems\n * Add StarHack to contributors\n * Add lullius to contributors\n * Add jzunigax2 to contributors\n * internxt: add Internxt backend - fixes #7610\n * drive: add --drive-metadata-force-expansive-access flag - Fixes #8980\n * test_all: allow drime more time to complete\n * onedrive: fix permissions on onedrive Personal\n * onedrive: fix require sign in for Onedrive Personal\n * onedrive: Onedrive Personal no longer supports description\n * onedrive: fix setting modification time on directories for onedrive Personal\n * onedrive: fix cancelling multipart upload\n * docs: fix WinFsp link in mount documentation\n * cmount: make work under OpenBSD - fixes #1727\n * vfs: make mount tests run on OpenBSD\n * docs: improve alignment of icons\n * protondrive: update to use forks of upstream modules\n * Add hyusap to contributors\n * Add Nick Owens to contributors\n * Add Mikel Olasagasti Uranga to contributors\n * docs: fix googlephotos custom client_id instructions\n * cmount: fix OpenBSD mount support.\n * fs: fix bwlimit: correctly report minutes\n * fs: fix bwlimit: use %d instead of %q for ints\n * mega: reverts TLS workaround\n * docs: fix formatting\n * docs: add faq entry about re-enabling old TLS ciphers\n * Add Marc-Philip to contributors\n * Add yy to contributors\n * filen: swap to blake3 hashes\n * docs: fix echo command syntax for password input\n * docs: fix typos in comments and messages\n * docs: fix use of removed rem macro\n * uptobox: remove backend as service is no longer available\n * rc: add operations/hashsumfile to sum a single file only\n * docs: update sponsor link\n * filen: add Filen backend - Fixes #6728\n * sftp: fix proxy initialisation\n * fstest: skip Copy mutation test with --sftp-copy-is-hardlink\n * fstest: Make Copy mutation test work properly\n * Add Qingwei Li to contributors\n * Add Nicolas Dessart to contributors\n * log: fix systemd adding extra newline - fixes #9086\n * oracleobjectstorage, sftp: eliminate unnecessary heap allocation\n * sftp,ftp: add http proxy authentication support\n * Add Drime backend\n * lib/rest: add opts.MultipartContentType to explicitly set Content-Type of attachements\n * dircache: allow empty string as root parent id\n * docs: update sponsors\n * s3: add provider Bizfly Cloud Simple Storage\n * docs: update sponsor logos\n * Add sys6101 to contributors\n * Add darkdragon-001 to contributors\n * Add vupn0712 to contributors\n * docs: add cloudinary to readme\n * docs: fix headers hierarchy in mount docs\n * s3: fix Copy ignoring storage class\n * serve s3: make errors in --s3-auth-key fatal - fixes #9044\n * Add masrlinu to contributors\n * pcloud: add support for real-time updates in mount\n * memory: add --memory-discard flag for speed testing - fixes #9037\n * Add vyv03354 to contributors\n * shade: Fix VFS test issues\n * docs: mention use of ListR feature in ls docs\n * build: bump actions/download-artifact from 6 to 7\n * build: bump actions/upload-artifact from 5 to 6\n * build: bump actions/cache from 4 to 5\n * docs: reflects the fact that pCloud supports ListR\n * S3: Linode: updated endpoints to use ISO 3166-1 alpha-2 standard\n * sync: fix error propagation in tests (#9025)\n * Changelog updates from Version v1.72.1\n * s3: add more regions for Selectel\n * Add jhasse-shade to contributors\n * Add Shade backend\n * log: fix backtrace not going to the --log-file #9014\n * build: fix lint warning after linter upgrade\n * Add Jonas Tingeborn to contributors\n * Add Tingsong Xu to contributors\n * configfile: add piped config support - fixes #9012\n * fs/log: fix PID not included in JSON log output\n * build: adjust lint rules to exclude new errors from linter update\n * proxy: fix error handling in tests spotted by the linter\n * Add Johannes Rothe to contributors\n * Add Leo to contributors\n * Add Vladislav Tropnikov to contributors\n * Add Cliff Frey to contributors\n * Add vicerace to contributors\n * b2: Fix listing root buckets with unrestricted API key\n * googlecloudstorage: improve endpoint parameter docs\n * serve webdav: implement download-directory-as-zip\n * s3: The ability to specify an IAM role for cross-account interaction\n * azureblob: add metadata and tags support across upload and copy paths\n * refactor: use strings.Cut to simplify code\n * docs: note where a provider has an S3 compatible alternative\n * Add Shade as sponsor\n * Add Duncan Smart to contributors\n * Add Diana to contributors\n * docs: Clarify OAuth scopes for readonly Google Drive access\n * b2: support authentication with new bucket restricted application keys\n * docs: update sponsor logos\n * docs: fix lint error in changelog\n * Start v1.73.0-DEV development\n\n- Update to version 1.72.1:\n * Version v1.72.1\n * s3: add more regions for Selectel\n * log: fix backtrace not going to the --log-file #9014\n * build: fix lint warning after linter upgrade\n * configfile: add piped config support - fixes #9012\n * fs/log: fix PID not included in JSON log output\n * build: adjust lint rules to exclude new errors from linter update\n * proxy: fix error handling in tests spotted by the linter\n * googlecloudstorage: improve endpoint parameter docs\n * docs: note where a provider has an S3 compatible alternative\n * Add Shade as sponsor\n * docs: Clarify OAuth scopes for readonly Google Drive access\n * docs: update sponsor logos\n * docs: fix lint error in changelog\n * Start v1.72.1-DEV development\n\n- Update to version 1.72.0:\n * Version v1.72.0\n * rc: fix formatting in job/batch\n * test speed: fix formatting of help\n * docs: update sponsor logos\n * build: bump actions/checkout from 5 to 6\n * s3: add multi-part-upload support for If-Match and If-None-Match\n * rc: config/unlock: rename parameter to `configPassword` accept old as well\n * rc: correct names of parameters in job/list output\n * Add Nikolay Kiryanov to contributors\n * rc: add `executeId` to job statuses - fixes #8972\n * build: bump golang.org/x/crypto from 0.43.0 to 0.45.0 to fix CVE-2025-58181\n * s3: fix single file copying behavior with low permission - Fixes #8975\n * docs: onedrive: note how to backup up any user\u0027s data\n * Add Dominik Sander to contributors\n * Add jijamik to contributors\n * box: allow to configure with config file contents\n * http: add basic metadata and provide it via serve\n * ftp: fix transfers from servers that return 250 ok messages\n * b2: allow individual old versions to be deleted with --b2-versions - fixes #1626\n * build: fix tls: failed to verify certificate: x509: negative serial number\n * Add Sean Turner to contributors\n * s3: add support for --upload-header If-Match and If-None-Match\n * fix: comment typos\n * dropbox: fix error moving just created objects - fixes #8881\n * s3: add --s3-use-data-integrity-protections to fix BadDigest error in Alibaba, Tencent\n * rc: make sure fatal errors don\u0027t crash rclone - fixes #8955\n * pacer: factor call stack searching into its own package\n * rc: add osVersion, osKernel and osArch to core/version\n * build: update all dependencies\n * build(deps): bump golangci/golangci-lint-action from 8 to 9\n * webdav: fix out of memory with sharepoint-ntlm when uploading large file\n * testserver: fix owncloud test server startup\n * Add aliaj1 to contributors\n * ulozto: Fix downloads returning HTML error page\n * docs: adjust spectra logic example endpoint name\n * docs: update version introduced to v1.70 in doi docs\n * testserver: fix HDFS server after run.bash adjustments\n * testserver: remind developers about allocating a port\n * testserver: make run.bash variables less likely to collide with scripts\n * testserver: fix seafile servers messing up _connect string\n * testserver: make sure TestWebdavInfiniteScale uses an assigned port\n * testserver: make sure we don\u0027t overwrite the NAME variable set\n * Add n4n5 to contributors\n * Add Alex to contributors\n * Add Copilot to contributors\n * docs: update contributing docs regarding backend documentation\n * rc: add jobs stats\n * docs: fix alignment of some of the icons in the storage system dropdown\n * docs: run markdownlint on _index.md\n * docs: fix markdownlint issues and other styling improvements in backend command docs\n * docs: fix markdownlint issue md046/code-block-style in backend command docs\n * docs: fix missing punctuation in backend commands short description\n * docs: fix markdownlint issues in backend command generated output\n * build: improve backend docs autogenerated marker line\n * backend/compress: add zstd compression\n * sftp: fix zombie SSH processes with --sftp-ssh - Fixes #8929\n * testserver: fix tests failing due to stopped servers\n * docs: add new integration tester site link\n * docs: update the method for running integration tests\n * bisync: fix failing tests\n * Add SublimePeace to contributors\n * b2: fix \"expected a FileSseMode but found: \u0027\u0027\"\n * docs: s3: clarify multipart uploads memory usage\n * test_all: fix detection of running servers\n * accounting: add AccountReadN for use in cluster\n * fs: add NonDefaultRC for discovering options in use\n * fs: move tests into correct files\n * rc: add NewJobFromBytes for reading jobs from non HTTP transactions\n * rc: add job/batch for sending batches of rc commands to run concurrently\n * Add Ted Robertson to contributors\n * Add Joseph Brownlee to contributors\n * Add fries1234 to contributors\n * Add Fawzib Rojas to contributors\n * Add Riaz Arbi to contributors\n * Add Lukas Krejci to contributors\n * Add Adam Dinwoodie to contributors\n * Add dulanting to contributors\n * docs: add AppArmor restrictions to rclone mount\n * check: improved reporting of differences in sizes and contents\n * mega: implement 2FA login\n * docs: change to light code block style to better match overall theme\n * docs: fix various markdownlint issues\n * build: restrict the markdown languages to use for code blocks\n * docs: fix various markdownlint issues\n * docs: fix markdownlint issue md013/line-length\n * docs: change syntax hightlighting for command examples from sh to console\n * docs: Clarify remote naming convention\n * b2: Add Server-Side encryption support\n * Added rclone archive command to create and read archive files\n * accounting: add io.Seeker/io.ReaderAt support to accounting.Account\n * operations: add ReadAt method to ReOpen\n * fstest: add ResetRun to allow the remote to be reset in tests\n * gcs: fix --gcs-storage-class to work with server side copy for objects\n * ulozto: implement the about functionality\n * local: add --skip-specials to ignore special files\n * swift: Report disk usage in segment containers\n * refactor: use strings.Builder to improve performance\n * Archive backend to read archives on cloud storage.\n * vfs: remove unecessary import in tests to fix import cycles\n * Add Lakshmi-Surekha to contributors\n * Add Andrew Gunnerson to contributors\n * Add divinity76 to contributors\n * build: enable support for aix/ppc64\n * rc: fix name of \"queue\" JSON key in docs for vfs/cache\n * cmount: windows: improve error message on missing winfsp\n * docs: add the Provider to the options examples in the backend docs\n * Add Aneesh Agrawal to contributors\n * Add viocha to contributors\n * Add reddaisyy to contributors\n * fs: remove unnecessary Seek call on log file\n * s3: make it easier to add new S3 providers\n * build(deps): bump actions/upload-artifact from 4 to 5\n * build(deps): bump actions/download-artifact from 5 to 6\n * ftp: fix SOCK proxy support - fixes #8892 (#8918)\n * webdav: Add Access-Control-Max-Age header for CORS preflight caching - fixes #5078\n * webdav: use SpaceSepList to parse bearer token command\n * refactor: use strings.Builder to improve performance\n * docs: re-arrange sponsors page\n * docs: add Spectra Logic as a sponsor\n * Add Oleksandr Redko to contributors\n * build: enable all govet checks (except fieldalignment and shadow) and fix issues.\n * march: fix --no-traverse being very slow - fixes #8860\n * Add vastonus to contributors\n * s3: add new FileLu S5 endpoints\n * build: remove obsolete build tag\n * azurefiles: add ListP interface - #4788\n * dropbox: add ListP interface - #4788\n * webdav: add ListP interface - #4788\n * pcloud: add ListP interface - #4788\n * box: add ListP interface - #4788\n * onedrive: add ListP interface - #4788\n * drive: add ListP interface - #4788\n * Add hunshcn to contributors\n * webdav: optimize bearer token fetching with singleflight\n * Changelog updates from Version v1.71.2\n * lib/http: cleanup indentation and other whitespace in http serve template\n * docs: improve formatting of http serve template parameters\n * build: stop markdown linter leaving behind docker containers\n * Add Marco Ferretti to contributors\n * s3: add cubbit as provider\n * s3: add servercore as a provider\n * docs: update sponsors\n * docs: update sponsor images\n * docs: update privacy policy with a section on user data\n * Add Dulani Woods to contributors\n * Add spiffytech to contributors\n * gcs: add region us-east5 - fixes #8863\n * jottacloud: refactor service list from map to slice to get predefined order\n * jottacloud: added support for traditional oauth authentication also for the main service\n * oauthutil: improved debug logs from token refresh\n * backend: add S3 provider for Hetzner object storage #8183\n * jottacloud: improved token refresh handling\n * s3: provider reordering\n * index: add missing providers\n * docs: add missing `\n * s3: add rabata as a provider\n * mega: fix 402 payment required errors - fixes #8758\n * Add Andrew Ruthven to contributors\n * Add Microscotch to contributors\n * Add iTrooz to contributors\n * build: Bump SwiftAIO container to a newer one\n * build: Retry stopping the test server\n * build: Increase attempts to connect to test server\n * swift: If storage_policy isn\u0027t set, use the root containers policy\n * proton: automated 2FA login with OTP secret key\n * serve s3: fix log output to remove the EXTRA messages\n * docs/jottacloud: update description of invalid_grant error according to changes\n * jottacloud: add support for MediaMarkt Cloud as a whitelabel service\n * s3: add FileLu S5 provider\n * docs: fix variants of --user-from-header\n * vfs: fix chunker integration test\n * test_all: give TestZoho: extra time as it has been timing out\n * test_all: give TestCompressDrive: extra time as it has been timing out\n * rclone config string: reduce quoting with Human rendering for strings #8859\n * Add juejinyuxitu to contributors\n * docs/jottacloud: update documentation with new whitelabel services and changed configuration flow\n * jottacloud: abort attempts to run unsupported rclone authorize command\n * jottacloud: minor adjustment of texts in config ui\n * jottacloud: add support for Let\u0027s Go Cloud (from MediaMarkt) as a whitelabel service\n * jottacloud: fix authentication for whitelabel services from Elkjp subsidiaries\n * jottacloud: refactor config handling of whitelabel services to use openid provider configuration\n * jottacloud: remove nil error object from error message\n * jottacloud: fix legacy authentication\n * docs: add remote setup page to main docs dropdown\n * docs: update remote setup page\n * docs: add link from authorize command docs to remote setup docs\n * docs: lowercase internet and web browser instead of Internet browser\n * docs: use the term backend name instead of fs name for authorize command\n * add `rclone config string` for making connection strings #8859\n * config: add more human readable configmap.Simple output\n * serve http: download folders as zip\n * s3: reorder providers to be in alphabetical order\n * refactor: use strings.FieldsFuncSeq to reduce memory allocations\n * accounting: add SetMaxCompletedTransfers method to fix bisync race #8815\n * accounting: add RemoveDoneTransfers method to fix bisync race #8815\n * bisync: fix race when CaptureOutput is used concurrently #8815\n * build: update all dependencies\n * Makefile: remove deprecated go mod usage\n * azurefiles: Fix server side copy not waiting for completion - fixes #8848\n * Changelog updates from Version v1.71.1\n * test_all: fix branch name in test report\n * pacer: fix deadlock with --max-connections\n * Revert \"azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\"\n * Add Youfu Zhang to contributors\n * Add Matt LaPaglia to contributors\n * smb: optimize smb mount performance by avoiding stat checks during initialization\n * pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601\n * serve http: fix: logging url on start\n * docs: fix typo\n * b2: fix 1TB+ uploads\n * march: fix deadlock when using --fast-list on syncs - fixes #8811\n * build: slices.Contains, added in go1.21\n * build: use strings.CutPrefix introduced in go1.20\n * build: use sequence Split introduced in go1.24\n * build: use \"for i := range n\", added in go1.22\n * build: modernize benchmark usage\n * build: in tests use t.Context, added in go1.24\n * build: replace interface{} by the \u0027any\u0027 type added in go1.18\n * build: use the built-in min or max functions added in go1.21\n * Add russcoss to contributors\n * build: remove x := x made unnecessary by the new semantics of loops in go1.22\n * lib/pool: fix unreliable TestPoolMaxBufferMemory test\n * Update S-Pegg1 email\n * Add Jean-Christophe Cura to contributors\n * pool: fix flaky unreliability test\n * copyurl: reworked code, added concurrency and tests\n * copyurl: Added --url to read urls from csv file - #8127\n * docs: HDFS: erasure coding limitation #8808\n * fstest: fix slice bounds out of range error when using -remotes local\n * local: fix time zones on tests\n * s3: added SpectraLogic as a provider\n * local: fix rmdir \"Access is denied\" on windows - fixes #8363\n * bisync: fix error handling for renamed conflicts\n * docs: pcloud: update root_folder_id instructions\n * operations: fix partial name collisions for non --inplace copies\n * drive: docs: update making your own client ID instructions\n * swift: add ListP interface - #4788\n * memory: add ListP interface - #4788\n * oraceobjectstorage: add ListP interface - #4788\n * B2: add ListP interface - #4788\n * azureblob: add ListP interface - #4788\n * googlecloudstorage: add ListP interface - Fixes #8763\n * build: bump actions/github-script from 7 to 8\n * build: bump actions/setup-go from 5 to 6\n * bisync: fix chunker integration tests\n * bisync: fix koofr integration tests\n * internetarchive: fix server side copy files with spaces\n * lib/rest: add URLPathEscapeAll to URL escape as many chars as possible\n * Add alternate email for dougal to contributors\n * test speed: add command to test a specified remotes speed\n * docs: add link to MEGA S4 from MEGA page\n * Add Robin Rolf to contributors\n * Add anon-pradip to contributors\n * s3: Add Intercolo provider\n * gendocs: refactor and add logging of skipped command docs\n * gendocs: ignore missing rclone_mount.md, rclone_nfsmount.md, rclone_serve_nfs.md on windows\n * bin: add bisync.md generator\n * fstest: refactor to decouple package from implementation\n * gendocs: ignore missing rclone_mount.md on macOS\n * bisync: ignore expected \"nothing to transfer\" differences on tests\n * bisync: fix TestBisyncConcurrent ignoring -case\n * bisync: make number of parallel tests configurable\n * docs: clarify subcommand description in rclone usage\n * docs: fix description of regex syntax of name transform\n * docs: add some more details about supported regex syntax\n * makefile: fix lib/transform docs not getting updated\n * lib/pool: fix flaky test which was causing timeouts\n * Add dougal to contributors\n * vfs: fix SIGHUP killing serve instead of flushing directory caches\n * bisync: use unique stats groups on tests\n * fstest: stop errors in test cleanup changing the global stats\n * Add Motte to contributors\n * Add Claudius Ellsel to contributors\n * build: add local markdown linting to make check\n * lsf: add support for unix and unixnano time formats\n * docs: remove broken links from rc to commands\n * hashsum: changed output format when listing algorithms\n * docs: add example of how to add date as suffix\n * box: fix about after change in API return - fixes #8776\n * Add skbeh to contributors\n * Add Tilman Vogel to contributors\n * docs: fix incorrectly escaped windows path separators\n * build: restore error handling in gendocs\n * combine: propagate SlowHash feature\n * docs/oracleobjectstorage: add introduction before external links and remove broken link\n * docs: fix markdown lint issues in backend docs\n * docs: fix markdown lint issues in command docs\n * docs: update markdown code block json indent size 2\n * mount: do not log successful unmount as an error - fixes #8766\n * Start v1.72.0-DEV development\n\n- Update to version 1.71.2:\n * Version v1.71.2\n * docs: update sponsors\n * docs: update sponsor images\n * docs: update privacy policy with a section on user data\n * gcs: add region us-east5 - fixes #8863\n * index: add missing providers\n * docs: add missing `\n * mega: fix 402 payment required errors - fixes #8758\n * docs: fix variants of --user-from-header\n * docs: add remote setup page to main docs dropdown\n * docs: update remote setup page\n * docs: add link from authorize command docs to remote setup docs\n * docs: lowercase internet and web browser instead of Internet browser\n * docs: use the term backend name instead of fs name for authorize command\n * bisync: fix race when CaptureOutput is used concurrently #8815\n * azurefiles: Fix server side copy not waiting for completion - fixes #8848\n * pikpak: fix unnecessary retries by using URL expire parameter - fixes #8601\n * serve http: fix: logging url on start\n * docs: fix typo\n * b2: fix 1TB+ uploads\n * Start v1.71.2-DEV development\n\n- Update to version 1.71.1:\n * Version v1.71.1\n * pacer: fix deadlock with --max-connections\n * Revert \"azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\"\n * march: fix deadlock when using --fast-list on syncs - fixes #8811\n * docs: HDFS: erasure coding limitation #8808\n * local: fix rmdir \"Access is denied\" on windows - fixes #8363\n * bisync: fix error handling for renamed conflicts\n * docs: pcloud: update root_folder_id instructions\n * operations: fix partial name collisions for non --inplace copies\n * drive: docs: update making your own client ID instructions\n * internetarchive: fix server side copy files with spaces\n * lib/rest: add URLPathEscapeAll to URL escape as many chars as possible\n * docs: add link to MEGA S4 from MEGA page\n * docs: clarify subcommand description in rclone usage\n * docs: fix description of regex syntax of name transform\n * docs: add some more details about supported regex syntax\n * makefile: fix lib/transform docs not getting updated\n * vfs: fix SIGHUP killing serve instead of flushing directory caches\n * docs: remove broken links from rc to commands\n * docs: add example of how to add date as suffix\n * box: fix about after change in API return - fixes #8776\n * docs: fix incorrectly escaped windows path separators\n * build: restore error handling in gendocs\n * combine: propagate SlowHash feature\n * docs/oracleobjectstorage: add introduction before external links and remove broken link\n * docs: fix markdown lint issues in backend docs\n * docs: fix markdown lint issues in command docs\n * docs: update markdown code block json indent size 2\n * mount: do not log successful unmount as an error - fixes #8766\n * Start v1.71.1-DEV development\n\n- Update to version 1.71.0:\n * Version v1.71.0\n * fs: tls: add --client-pass support for encrypted --client-key files\n * ftp: make TLS config default to global TLS config - Fixes #6671\n * fshttp: return *Transport rather than http.RoundTripper from NewTransport\n * bisync: release from beta\n * bisync: fix markdown formatting issues flagged by linter in docs\n * bisync: fix --no-slow-hash settings on path2\n * Add cui to contributors\n * docs: add code of conduct\n * lib/mmap: convert to using unsafe.Slice to avoid deprecated reflect.SliceHeader\n * build: bump golangci/golangci-lint-action from 6 to 8\n * build: update golangci-lint configuration\n * build: ignore revive lint issue var-naming: avoid meaningless package names\n * build: fix lint issue: should omit type error from declaration\n * Revert \"build: downgrade linter to use go1.24 until it is fixed for go1.25\"\n * build: migrate golangci-lint configuration to v2 format\n * s3: add --s3-use-arn-region flag - fixes #8686\n * Add Binbin Qian to contributors\n * Add Lucas Bremgartner to contributors\n * docs: add tips about outdated certificates\n * FAQ: specify the availability of SSL_CERT_* env vars\n * pikpak: add file name integrity check during upload\n * bisync: skip TestBisyncConcurrent on non-local\n * internetarchive: fix server side copy files with \u0026\n * Revert \"s3: set useAlreadyExists to false for Alibaba OSS\"\n * Add huangnauh to contributors\n * smb: improve multithreaded upload performance using multiple connections\n * bisync: fix data races on tests\n * bisync: remove unused parameters\n * bisync: deglobalize to fix concurrent runs via rc - fixes #8675\n * mount: fix identification of symlinks in directory listings\n * s3: fix Content-Type: aws-chunked causing upload errors with --metadata\n * config: fix problem reading pasted tokens over 4095 bytes\n * config: fix test failure on local machine with a config file\n * log: add log rotation to --log-file - fixes #2259\n * accounting: Fix stats (speed=0 and eta=nil) when starting jobs via rc\n * docs: update overview table for oracle object storage\n * Add praveen-solanki-oracle to contributors\n * oracleobjectstorage: add read only metadata support - Fixes #8705\n * doc: sync doesn\u0027t symlinks in dest without --link - Fixes #8749\n * s3: sort providers in docs\n * s3: add docs for Exaba Object Storage\n * azureblob: fix double accounting for multipart uploads - fixes #8718\n * pool: fix deadlock with --max-buffer-memory\n * azureblob: fix deadlock with --max-connections with InvalidBlockOrBlob errors\n * build: downgrade linter to use go1.24 until it is fixed for go1.25\n * build: update all dependencies\n * build: update to go1.25 and make go1.24 the minimum required version\n * Add Timothy Jacobs to contributors\n * bisync: fix time.Local data race on tests - fixes #8272\n * googlecloudstorage: fix rateLimitExceeded error on bisync tests\n * accounting: populate transfer snapshot with \"what\" value\n * build(deps): bump actions/checkout from 4 to 5\n * build(deps): bump actions/download-artifact from 4 to 5\n * googlecloudstorage: enable bisync integration tests\n * fstest: fix parsing of commas in -remotes\n * azurefiles: fix hash getting erased when modtime is set\n * bisync: disable --sftp-copy-is-hardlink on sftp tests\n * local: fix --copy-links on Windows when listing Junction points\n * operations: fix too many connections open when using --max-memory\n * pool: fix deadlock with --max-memory and multipart transfers\n * pool: unify memory between multipart and asyncreader to use one pool\n * docs: update links to rcloneui\n * docs: add MEGA S4 as a gold sponsor\n * about: fix potential overflow of about in various backends\n * box: fix about: cannot unmarshal number 1.0e+18 into Go struct field\n * oauthutil: fix nil pointer crash when started with expired token\n * rc: listremotes should send an empty array instead of nil\n * config: add error if RCLONE_CONFIG_PASS was supplied but didn\u0027t decrypt config\n * rc: add config/unlock to unlock the config file\n * ftp: allow insecure TLS ciphers - fixes #8701\n * s3: set useAlreadyExists to false for Alibaba OSS\n * docs: update sponsors page\n * fs: allow global variables to be overriden or set on backend creation\n * fs: allow setting of --http_proxy from command line\n * tests: cloudinary: remove test ignore after merging fix from #8707\n * Add Antonin Goude to contributors\n * Add Yu Xin to contributors\n * Add houance to contributors\n * Add Florent Vennetier to contributors\n * Add n4n5 to contributors\n * Add Albin Parou to contributors\n * Add liubingrun to contributors\n * sync: fix testLoggerVsLsf when backend only reads modtime\n * sync: fix testLoggerVsLsf checking wrong fs\n * docs: fix make opengraph tags absolute as not all sites understand relative\n * docs: update contributing guide regarding markdown documentation\n * build: add markdown linting to workflow\n * build: add markdownlint configuration\n * docs: minor format cleanup install.md\n * docs: fix markdownlint issue md049/emphasis-style\n * docs: fix markdownlint issue md036/no-emphasis-as-heading\n * docs: fix markdownlint issue md033/no-inline-html\n * docs: fix markdownlint issue md025/single-title\n * docs: fix markdownlint issue md041/first-line-heading\n * docs: fix markdownlint issue md001/heading-increment\n * docs: fix markdownlint issue md003/heading-style\n * docs: fix markdownlint issue md034/no-bare-urls\n * docs: fix markdownlint issue md010/no-hard-tabs\n * docs: fix markdownlint issue md013/line-length\n * docs: fix markdownlint issue md038/no-space-in-code\n * docs: fix markdownlint issue md040/fenced-code-language\n * docs: fix markdownlint issue md046/code-block-style\n * docs: fix markdownlint issue md037/no-space-in-emphasis\n * docs: fix markdownlint issue md059/descriptive-link-text\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style\n * docs: fix markdownlint issue md012/no-multiple-blanks\n * docs: fix markdownlint issue md058/blanks-around-tables\n * docs: fix markdownlint issue md022/blanks-around-headings\n * docs: fix markdownlint issue md031/blanks-around-fences\n * docs: fix markdownlint issue md032/blanks-around-lists\n * docs: fix markdownlint issue md009/no-trailing-spaces\n * docs: fix markdownlint issue md014/commands-show-output\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py)\n * docs: fix markdownlint issues md007/ul-indent md004/ul-style (authors.md)\n * docs: add opengraph tags for website social media previews\n * mount: note that bucket based remotes can use directory markers\n * pikpak: add docs for methods to clarify name collision handling and restrictions\n * pikpak: enhance Copy method to handle name collisions and improve error management\n * pikpak: enhance Move for better handling of error and name collision\n * accounting: fix incorrect stats with --transfers=1 - fixes #8670\n * rc: fix `operations/check` ignoring `oneWay` parameter\n * s3: add OVHcloud Object Storage provider\n * docs: rc: fix description of how to read local config\n * build: limit check for edits of autogenerated files to only commits in a pull request\n * build: extend check for edits of autogenerated files to all commits in a pull request\n * smb: refresh Kerberos credentials when ccache file changes\n * s3: fix multipart upload and server side copy when using bucket policy SSE-C\n * backend/s3: Fix memory leak by cloning strings #8683\n * purge: exit with a fatal error if filters are set on `rclone purge`\n * docs: Add Backblaze as a Platinum sponsor\n * Add Sam Pegg to contributors\n * googlephotos: added warning for Google Photos compatability-fixes #8672\n * test: remove flakey TestChunkerChunk50bYandex: test\n * docs: Consolidate entries for Josh Soref in contributors\n * docs: remove dead link to example of writing a plugin\n * filescom: document that hashes need to be enabled - fixes #8674\n * Add Sudipto Baral to contributors\n * docs: fix incorrect json syntax in sample output\n * docs: ignore author email piyushgarg80\n * docs: fix header level for --dump option section\n * docs: use stringArray as parameter type\n * docs: use consistent markdown heading syntax\n * imagekit: remove server side Copy method as it was downloading and uploading\n * imagekit: don\u0027t low level retry uploads\n * imagekit: return correct error when attempting to upload zero length files\n * smb: add --smb-kerberos-ccache option to set kerberos ccache per smb backend\n * test: fix smb kerberos integration tests\n * Changelog updates from Version v1.70.3\n * config: make parsing of duration options consistent\n * docs: cleanup usage\n * docs: break long lines\n * docs: add option value type to header where missing\n * docs: mention that identifiers in option values are case insensitive\n * docs: rewrite dump option examples\n * docs: use markdown inline code format for dump option headers that are real examples\n * docs: change spelling from server side to server-side\n * docs: cleanup header casing\n * docs: rename OSX to macOS\n * docs: fix list and code block issue\n * docs: consistent markdown list format\n * docs: split section with general description of options with that documenting actual main options\n * docs: improve description of option types\n * docs: use space instead of equal sign to separate option and value in headers\n * docs: use comma to separate short and long option format in headers\n * docs: remove use of uncommon parameter types\n * docs: remove use of parameter type FILE\n * docs: remove use of parameter type DIR\n * docs: remove use of parameter type CONFIG_FILE\n * docs: change use of parameter type N and NUMBER to int consistent with flags and cli help\n * docs: change use of parameter type TIME to Duration consistent with flags and cli help\n * docs: change use of parameter type BANDWIDTH_SPEC to BwTimetable consistent with flags and cli help\n * docs: change use of parameter type SIZE to SizeSuffix consistent with flags and cli help\n * docs: cleanup markdown header format\n * docs: explain separated list parameters\n * azureblob: fix server side copy error \"requires exactly one scope\"\n * test: remove and ignore failing integration tests\n * docs: explain the json log format in more detail\n * check: fix difference report (was reporting error counts)\n * serve sftp: add support for more hashes (crc32, sha256, blake3, xxh3, xxh128)\n * serve sftp: extract function refactoring for handling hashsum commands\n * sftp: add support for more hashes (crc32, sha256, blake3, xxh3, xxh128)\n * local: configurable supported hashes\n * hash: add support for BLAKE3, XXH3, XXH128\n * vfs: make integration TestDirEntryModTimeInvalidation test more reliable\n * smb: skip non integration tests when doing integration tests\n * seafile: fix integration test errors by adding dot to encoding\n * linkbox: fix upload error \"user upload file not exist\"\n * build: remove integration tests which are too slow\n * march: fix deadlock when using --no-traverse - fixes #8656\n * pikpak: improve error handling for missing links and unrecoverable 500s\n * pikpak: rewrite upload to bypass AWS S3 manager - fixes #8629\n * test: fix TestSMBKerberos password expiring errors\n * Add Vikas Bhansali to contributors\n * Add Ross Smith II to contributors\n * azureblob,azurefiles: add support for client assertion based authentication\n * webdav: fix setting modtime to that of local object instead of remote\n * build: set default shell to bash in build.yml\n * docs: fix filescom/filelu link mixup\n * Add Davide Bizzarri to contributors\n * fix: b2 versionAt read metadata\n * test: make TestWebdavInfiniteScale startup more reliable\n * test_all: add _connect_delay for slow starting servers\n * docs: update link for filescom\n * test_all: make TestWebdav InfiniteScale integration tests run\n * test_all: make SMB with Kerberos integration tests run properly\n * test_all: allow an env parameter to set environment variables\n * Changelog updates from Version v1.70.2\n * Add Ali Zein Yousuf to contributors\n * Add $@M@RTH_ to contributors\n * docs: update client ID instructions to current Azure AD portal - fixes #8027\n * s3: add Zata provider\n * pacer: fix nil pointer deref in RetryError - fixes #8077\n * docs: Remove Warp as a sponsor\n * docs: add files.com as a Gold sponsor\n * docs: add links to SecureBuild docker image\n * Add curlwget to contributors\n * convmv: fix moving to unicode-equivalent name - fixes #8634\n * transform: add truncate_keep_extension and truncate_bytes\n * convmv: make --dry-run logs less noisy\n * sync: avoid copying dir metadata to itself\n * docs: fix some function names in comments\n * combine: fix directory not found errors with ListP interface - Fixes #8627\n * local: fix --skip-links on Windows when skipping Junction points\n * Add Marvin Rsch to contributors\n * build: bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93\n * copy,copyto,move,moveto: implement logger flags to store result of sync\n * log: fix deadlock when using systemd logging - fixes #8621\n * docs: googlephotos: detail how to make your own client_id - fixes #8622\n * Add necaran to contributors\n * mega: fix tls handshake failure - fixes #8565\n * Changelog updates from Version v1.70.1\n * Add jinjingroad to contributors\n * docs: DOI grammar error\n * docs: lib/transform: cleanup formatting\n * lib/transform: avoid empty charmap entry\n * chore: fix function name\n * convmv: fix spurious \"error running command echo\" on Windows\n * docs: client-credentials is not support by all backends\n * Start v1.71.0-DEV development\n\n- Update to version 1.70.3:\n * Version v1.70.3\n * azureblob: fix server side copy error \"requires exactly one scope\"\n * docs: explain the json log format in more detail\n * check: fix difference report (was reporting error counts)\n * linkbox: fix upload error \"user upload file not exist\"\n * march: fix deadlock when using --no-traverse - fixes #8656\n * pikpak: improve error handling for missing links and unrecoverable 500s\n * webdav: fix setting modtime to that of local object instead of remote\n * fix: b2 versionAt read metadata\n * Start v1.70.3-DEV development\n * docs: fix filescom/filelu link mixup\n * docs: update link for filescom\n\n- Update to version 1.70.2:\n * Version v1.70.2\n * docs: update client ID instructions to current Azure AD portal - fixes #8027\n * mega: fix tls handshake failure - fixes #8565\n * pacer: fix nil pointer deref in RetryError - fixes #8077\n * convmv: fix moving to unicode-equivalent name - fixes #8634\n * convmv: make --dry-run logs less noisy\n * sync: avoid copying dir metadata to itself\n * combine: fix directory not found errors with ListP interface - Fixes #8627\n * local: fix --skip-links on Windows when skipping Junction points\n * build: bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 to fix GHSA-vrw8-fxc6-2r93\n * log: fix deadlock when using systemd logging - fixes #8621\n * docs: googlephotos: detail how to make your own client_id - fixes #8622\n * pikpak: fix uploads fail with \"aws-chunked encoding is not supported\" error\n * Start v1.70.2-DEV development\n * docs: Remove Warp as a sponsor\n * docs: add files.com as a Gold sponsor\n * docs: add links to SecureBuild docker image\n\n- Update to version 1.70.1:\n * Version v1.70.1\n * docs: DOI grammar error\n * docs: lib/transform: cleanup formatting\n * lib/transform: avoid empty charmap entry\n * chore: fix function name\n * convmv: fix spurious \"error running command echo\" on Windows\n * docs: client-credentials is not support by all backends\n * Start v1.70.1-DEV development\n\n- Update to version 1.70.0:\n * Version v1.70.0\n * ftp: add --ftp-http-proxy to connect via HTTP CONNECT proxy\n * pcloud: fix \"Access denied. You do not have permissions to perform this operation\" on large uploads\n * operations: fix TransformFile when can\u0027t server-side copy/move\n * fstest: fix -verbose flag after logging revamp\n * googlecloudstorage: fix directory marker after // changes in #5858\n * s3: fix directory marker after // changes in #5858\n * azureblob: fix directory marker after // changes in #5858\n * tests: ignore some more habitually failing tests\n * googlephotos: fix typo in error message - Fixes #8600\n * s3: MEGA S4 support\n * Add Ser-Bul to contributors\n * chunker: fix double-transform\n * docs: mailru: added note about permissions level choice for the apps password\n * tests: ignore habitually failing tests and backends\n * docs: link to asciinema rather than including the js\n * docs: target=\"_blank\" must have rel=\"noopener\"\n * sync: fix testLoggerVsLsf when dst is local\n * docs: fix FileLu docs\n * build: update all dependencies\n * onedrive: fix crash if no metadata was updated\n * Add kingston125 to contributors\n * Add Flora Thiebaut to contributors\n * Add FileLu cloud storage backend\n * doi: add new doi backend\n * build: fix check_autogenerated_edits.py flagging up files that didn\u0027t exist\n * docs: rc: add more info on how to discover _config and _filter parameters #8584\n * s3: add Exaba provider\n * convmv: add convmv command\n * lib/transform: add transform library and --name-transform flag\n * march: split src and dst\n * Add ahxxm to contributors\n * Add Nathanael Demacon to contributors\n * b2: use file id from listing when not presented in headers - fixes #8113\n * fs: fix goroutine leak and improve stats accounting process\n * march: fix syncing with a duplicate file and directory\n * Add PrathameshLakawade to contributors\n * Add Oleksiy Stashok to contributors\n * docs: fix page_facing_up typo next to Lyve Cloud in README.md\n * backend/s3: require custom endpoint for Lyve Cloud v2 support\n * backend: skip hash calculation when the hashType is None - fixes #8518\n * azureblob: fix multipart server side copies of 0 sized files\n * Add Jeremy Daer to contributors\n * Add wbulot to contributors\n * s3: add Pure Storage FlashBlade provider support (#8575)\n * backend/gofile: update to use new direct upload endpoint\n * log: add --windows-event-log-level to support Windows Event Log\n * fs: Remove github.com/sirupsen/logrus and replace with log/slog\n * Add fhuber to contributors\n * cmd serve s3: fix ListObjectsV2 response\n * Changelog updates from Version v1.69.3\n * onedrive: re-add --onedrive-upload-cutoff flag\n * onedrive: fix \"The upload session was not found\" errors\n * Add Germn Casares to contributors\n * Add Jeff Geerling to contributors\n * googlephotos: update read only and read write scopes to meet Google\u0027s requirements.\n * build: update github.com/ebitengine/purego to v0.8.3 to fix mac_amd64 build\n * docs: add hint about config touch and config file not found\n * docs: add FAQ for dismissing \u0027rclone.conf not found\u0027\n * docs: document how to keep an out of tree backend\n * Add Clment Wehrung to contributors\n * iclouddrive: fix panic and files potentially downloaded twice\n * docs: move --max-connections documentation to the correct place\n * Add Ben Boeckel to contributors\n * Add Tho Neyugn to contributors\n * docs: fix typo in s3/storj docs\n * serve s3: remove redundant handler initialization\n * Changelog updates from Version 1.69.2\n * sftp: add --sftp-http-proxy to connect via HTTP CONNECT proxy\n * Add Jugal Kishore to contributors\n * docs: correct SSL docs anchor link from #ssl-tls to #tls-ssl\n * drive: metadata: fix error when setting copy-requires-writer-permission on a folder\n * docs: Update contributors\n * build: bump golang.org/x/net from 0.36.0 to 0.38.0\n * Update README.md\n * docs: fix typos via codespell\n * webdav: add an ownCloud Infinite Scale vendor that enables tus chunked upload support\n * onedrive: fix metadata ordering in permissions\n * Add Ben Alex to contributors\n * Add simwai to contributors\n * iclouddrive: fix so created files are writable\n * cmd/authorize: show required arguments in help text\n * cloudinary: var naming convention - #8416\n * cloudinary: automatically add/remove known media files extensions #8416\n * Add Markus Gerstel to contributors\n * Add Enduriel to contributors\n * Add huanghaojun to contributors\n * Add simonmcnair to contributors\n * Add Samantha Bowen to contributors\n * s3: documentation regression - fixes #8438\n * hash: add SHA512 support for file hashes\n * vfs: fix inefficient directory caching when directory reads are slow\n * docs: update fuse version in docker docs\n * fs/config: Read configuration passwords from stdin even when terminated with EOF - fixes #8480\n * cmd/gitannex: Reject unknown layout modes in INITREMOTE\n * cmd/gitannex: Add configparse.go and refactor\n * cmd/gitannex: Permit remotes with options\n * serve ftp: add serve rc interface\n * serve sftp: add serve rc interface\n * serve restic: add serve rc interface\n * serve s3: add serve rc interface\n * serve dlna: add serve rc interface\n * serve webdav: add serve rc interface - fixes #4505\n * serve http: add serve rc interface\n * serve nfs: add serve rc interface\n * serve: Add rc control for serve commands #4505\n * configstruct: add SetAny to parse config from the rc\n * rc: In options/info make FieldName contain a \".\" if it should be nested\n * serve restic: convert options to new style\n * serve s3: convert options to new style\n * serve http: convert options to new style\n * serve webdav: convert options to new style\n * auth proxy: convert options to new style\n * auth proxy: add VFS options parameter for use for default VFS\n * serve: make the servers self registering\n * lib/http: fix race between Serve() and Shutdown()\n * lib/http: add Addr() method to return the first configured server address\n * Add Danny Garside to contributors\n * docs: fix minor typo in box docs\n * sync: implement --list-cutoff to allow on disk sorting for reduced memory use\n * march: Implement callback based syncing\n * list: add ListDirSortedFn for callback oriented directory listing\n * list: Implement Sorter to sort directory entries\n * cache: mark ListP as not supported yet\n * hasher: implement ListP interface\n * compress: implement ListP interface\n * chunker: mark ListP as not supported yet\n * union: mark ListP as not supported yet\n * crypt: implement ListP interface\n * combine: implement ListP interface\n * s3: Implement paged listing interface ListP\n * list: add WithListP helper to implement List for ListP backends\n * walk: move NewListRHelper into list.Helper to avoid circular dependency\n * fs: define ListP interface for paged listing #4788\n * accounting: Add listed stat for number of directory entries listed\n * walk: factor Listing helpers into their own file and add tests\n * serve nfs: make metadata files have special file handles\n * serve nfs: change the format of --nfs-cache-type symlink file handles\n * vfs: add --vfs-metadata-extension to expose metadata sidecar files\n * docs: Add rcloneui.com as Silver Sponsor\n * Add Klaas Freitag to contributors\n * Add eccoisle to contributors\n * Add Fernando Fernndez to contributors\n * Add alingse to contributors\n * Add Jrn Friedrich Dreyer to contributors\n * docs: replace option --auto-filename-header with --header-filename\n * build: update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204\n * docs/googlephotos: fix typos\n * build: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2\n * operations: fix call fmt.Errorf with wrong err\n * webdav: retry propfind on 425 status\n * Add --max-connections to control maximum backend concurrency\n * rc: fix debug/* commands not being available over unix sockets\n * cmd/gitannex: Prevent tests from hanging when assertion fails\n * cmd/gitannex: Add explicit timeout for mock stdout reads in tests\n * http: correct root if definitely pointing to a file - fixes #8428\n * pool: add --max-buffer-memory to limit total buffer memory usage\n * filter: Add `--hash-filter` to deterministically select a subset of files\n * build: update golang.org/x/net to 0.36.0. to fix CVE-2025-22869\n * rc: add add short parameter to core/stats to not return transferring and checking\n * fs: fix corruption of SizeSuffix with \"B\" suffix in config (eg --min-size)\n * filters: show --min-size and --max-size in --dump filters\n * build: check docs for edits of autogenerated sections\n * Add jack to contributors\n * docs: fix incorrect mentions of vfs-cache-min-free-size\n * fs/object: fix memory object out of bounds Seek\n * serve nfs: fix unlikely crash\n * docs: update minimum OS requirements for go1.24\n * cmd/gitannex: Tweak parsing of \"rcloneremotename\" config\n * cmd/gitannex: Drop var rebindings now that we have go1.23\n * docs: add note for using rclone cat for slicing out a byte range from a file\n * rcserver: improve content-type check\n * build: modernize Go usage\n * build: update all dependencies and fix deprecations\n * build: update golang.org/x/crypto to v0.35.0 to fix CVE-2025-22869\n * build: make go1.23 the minimum go version\n * cmd/gitannex: Add to integration tests\n * cmd/gitannex: Simplify verbose failures in tests\n * cmd/gitannex: Port unit tests to fstest\n * vfs: fix integration test failures\n * azureblob: fix errors not being retried when doing single part copy\n * azureblob: handle retry error codes more carefully\n * touch: make touch obey --transfers\n * Add luzpaz to contributors\n * Add Dave Vasilevsky to contributors\n * docs: fix various typos Found via\n * dropbox: Retry link without expiry\n * Dropbox: Support Dropbox Paper\n * chore: update contributor email\n * docs: correct stable release workflow\n * Add Lorenz Brun to contributors\n * Add Michael Kebe to contributors\n * vfs: fix directory cache serving stale data\n * build: fix docker plugin build - fixes #8394\n * docs: improved sftp limitations\n * Changelog updates from Version v1.69.1\n * docs: add FileLu as sponsors and tidy sponsor logos\n * accounting: fix percentDiff calculation -- fixes #8345\n * vfs: fix the cache failing to upload symlinks when --links was specified\n * Add jbagwell-akamai to contributors\n * Add ll3006 to contributors\n * doc: add note on concurrency of rclone purge\n * s3: add latest Linode Object Storage endpoints\n * cmd: fix crash if rclone is invoked without any arguments - Fixes #8378\n * build: disable docker builds on PRs \u0026 add missing dockerfile changes\n * sync: copy dir modtimes even when copyEmptySrcDirs is false - fixes #8317\n * sync: add tests to check dir modtimes are kept when syncing\n * fix golangci-lint errors\n * bisync: fix false positive on integration tests\n * s3: split the GCS quirks into -s3-use-x-id and -s3-sign-accept-encoding #8373\n * Add Joel K Biju to contributors\n * stats: fix the speed not getting updated after a pause in the processing\n * opendrive: added --opendrive-access flag to handle permissions\n * bisync: fix listings missing concurrent modifications - fixes #8359\n * Added parallel docker builds and caching for go build in the container\n * smb: improve connection pooling efficiency\n * lib/oauthutil: fix redirect URL mismatch errors - fixes #8351\n * b2: fix \"fatal error: concurrent map writes\" - fixes #8355\n * Add Alexander Minbaev to contributors\n * Add Zachary Vorhies to contributors\n * Add Jess to contributors\n * s3: add IBM IAM signer - fixes #7617\n * serve nfs: update docs to note Windows is not supported - fixes #8352\n * cmd/config(update remote): introduce --no-output option\n * s3: add DigitalOcean regions SFO2, LON1, TOR1, BLR1\n * sync: fix cpu spinning when empty directory finding with leading slashes\n * s3: fix handling of objects with // in #5858\n * azureblob: fix handling of objects with // in #5858\n * fstest: add integration tests objects with // on bucket based backends #5858\n * fs/list: tweak directory listing assertions after allowing // names\n * lib/bucket: fix tidying of // in object keys #5858\n * lib/bucket: add IsAllSlashes function\n * azureblob: remove uncommitted blocks on InvalidBlobOrBlock error\n * azureblob: implement multipart server side copy\n * azureblob: speed up server side copies for small files #8249\n * azureblob: cleanup uncommitted blocks on upload errors\n * azureblob: factor readMetaData into readMetaDataAlways returning blob properties\n * Add b-wimmer to contributors\n * azurefiles: add --azurefiles-use-az and --azurefiles-disable-instance-discovery\n * onedrive: mark German (de) region as deprecated\n * Add Trevor Starick to contributors\n * Add hiddenmarten to contributors\n * Add Corentin Barreau to contributors\n * Add Bruno Fernandes to contributors\n * Add Moises Lima to contributors\n * Add izouxv to contributors\n * Add Robin Schneider to contributors\n * Add Tim White to contributors\n * Add Christoph Berger to contributors\n * azureblob: add support for `x-ms-tags` header\n * rc: disable the metrics server when running `rclone rc`\n * internetarchive: add --internetarchive-metadata=\"key=value\" for setting item metadata\n * lib/batcher: Deprecate unused option: batch_commit_timeout\n * s3: Added new storage class to magalu provider\n * http servers: add --user-from-header to use for authentication\n * b2: add SkipDestructive handling to backend commands - fixes #8194\n * vfs: close the change notify channel on Shutdown\n * Docker image: Add label org.opencontainers.image.source for release notes in Renovate dependency updates\n * docs: add OneDrive Impersonate instructions - fixes #5610\n * docs: explain the stringArray flag parameter descriptor\n * iclouddrive: add notes on ADP and Missing PCS cookies - fixes #8310\n * docs: fix typos found by codespell in docs and code comments\n * fs: fix confusing \"didn\u0027t find section in config file\" error\n * vfs: fix race detected by race detector\n * Add Jonathan Giannuzzi to contributors\n * Add Spencer McCullough to contributors\n * Add Matt Ickstadt to contributors\n * smb: add support for kerberos authentication\n * drive: added `backend moveid` command\n * docs: fix reference to serves3 setting disable_multipart_uploads which was renamed\n * docs: fix link to Rclone Serve S3\n * serve s3: fix list objects encoding-type\n * build: update gopkg.in/yaml.v2 to v3\n * build: update all dependencies\n * bisync: fix go vet problems with go1.24\n * build: update to go1.24rc1 and make go1.22 the minimum required version\n * version: add --deps flag to show dependencies and other build info\n * doc: make man page well formed for whatis - fixes #7430\n * Start v1.70.0-DEV development\n\n- Install completion files in the right place.\n\n- Update to version 1.69.3:\n * build: update github.com/ebitengine/purego to work around bug in go1.24.3\n * build: reapply update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to fix CVE-2025-30204\n\n- Update to version 1.69.2:\n - Bug fixes\n - accounting: Fix percentDiff calculation -- (Anagh Kumar\n Baranwal)\n - build\n - Update github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 to\n fix CVE-2025-30204 (dependabot[bot])\n - Update github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 to\n fix CVE-2025-30204 (dependabot[bot])\n - Update golang.org/x/crypto to v0.35.0 to fix CVE-2025-22869\n (Nick Craig-Wood)\n - Update golang.org/x/net from 0.36.0 to 0.38.0 to fix\n CVE-2025-22870 (dependabot[bot])\n - Update golang.org/x/net to 0.36.0. to fix CVE-2025-22869\n (dependabot[bot])\n - Stop building with go \u003c go1.23 as security updates forbade\n it (Nick Craig-Wood)\n - Fix docker plugin build (Anagh Kumar Baranwal)\n - cmd: Fix crash if rclone is invoked without any arguments\n (Janne Hellsten)\n - config: Read configuration passwords from stdin even when\n terminated with EOF (Samantha Bowen)\n - doc fixes (Andrew Kreimer, Danny Garside, eccoisle, Ed\n Craig-Wood, emyarod, jack, Jugal Kishore, Markus Gerstel,\n Michael Kebe, Nick Craig-Wood, simonmcnair, simwai, Zachary\n Vorhies)\n - fs: Fix corruption of SizeSuffix with \"B\" suffix in config\n (eg --min-size) (Nick Craig-Wood)\n - lib/http: Fix race between Serve() and Shutdown() (Nick\n Craig-Wood)\n - object: Fix memory object out of bounds Seek (Nick\n Craig-Wood)\n - operations: Fix call fmt.Errorf with wrong err (alingse)\n - rc\n - Disable the metrics server when running rclone rc\n (hiddenmarten)\n - Fix debug/* commands not being available over unix sockets\n (Nick Craig-Wood)\n - serve nfs: Fix unlikely crash (Nick Craig-Wood)\n - stats: Fix the speed not getting updated after a pause in the\n processing (Anagh Kumar Baranwal)\n - sync\n - Fix cpu spinning when empty directory finding with leading\n slashes (Nick Craig-Wood)\n - Copy dir modtimes even when copyEmptySrcDirs is false\n (ll3006)\n - vfs\n - Fix directory cache serving stale data (Lorenz Brun)\n - Fix inefficient directory caching when directory reads are\n slow (huanghaojun)\n - Fix integration test failures (Nick Craig-Wood)\n - Drive\n - Metadata: fix error when setting\n copy-requires-writer-permission on a folder (Nick Craig-Wood)\n - Dropbox\n - Retry link without expiry (Dave Vasilevsky)\n - HTTP\n - Correct root if definitely pointing to a file (nielash)\n - Iclouddrive\n - Fix so created files are writable (Ben Alex)\n - Onedrive\n - Fix metadata ordering in permissions (Nick Craig-Wood)\n\n- Update to version 1.69.1:\n * Version v1.69.1\n * build: disable docker builds on PRs \u0026 add missing dockerfile changes\n * Added parallel docker builds and caching for go build in the container\n * docs: add FileLu as sponsors and tidy sponsor logos\n * vfs: fix the cache failing to upload symlinks when --links was specified\n * doc: add note on concurrency of rclone purge\n * s3: add latest Linode Object Storage endpoints\n * fix golangci-lint errors\n * bisync: fix listings missing concurrent modifications - fixes #8359\n * lib/oauthutil: fix redirect URL mismatch errors - fixes #8351\n * b2: fix \"fatal error: concurrent map writes\" - fixes #8355\n * serve nfs: update docs to note Windows is not supported - fixes #8352\n * s3: add DigitalOcean regions SFO2, LON1, TOR1, BLR1\n * onedrive: mark German (de) region as deprecated\n * s3: Added new storage class to magalu provider\n * vfs: close the change notify channel on Shutdown\n * docs: add OneDrive Impersonate instructions - fixes #5610\n * docs: explain the stringArray flag parameter descriptor\n * iclouddrive: add notes on ADP and Missing PCS cookies - fixes #8310\n * docs: fix typos found by codespell in docs and code comments\n * fs: fix confusing \"didn\u0027t find section in config file\" error\n * vfs: fix race detected by race detector\n * docs: fix reference to serves3 setting disable_multipart_uploads which was renamed\n * docs: fix link to Rclone Serve S3\n * serve s3: fix list objects encoding-type\n * doc: make man page well formed for whatis - fixes #7430\n * Start v1.69.1-DEV development\n\n- Update to version 1.69.0:\n https://rclone.org/changelog/#v1-69-0-2025-01-12\n\n Rclone is using golang.org/x/net but was not affected to\n CVE-2024-45337 and CVE-2024-45338.\n\n * Version v1.69.0\n * test_all: disable docker plugin tests\n * docs: fix typo\n * accounting: fix race stopping/starting the stats counter\n * docs: add github.com/icholy/gomajor to RELEASE for updating major versions\n * ftp: fix ls commands returning empty on \"Microsoft FTP Service\" servers\n * s3: add docs on data integrity\n * webdav: make --webdav-auth-redirect to fix 401 unauthorized on redirect\n * rest: make auth preserving redirects an option\n * box: fix panic when decoding corrupted PEM from JWT file\n * size: make output compatible with -P\n * vfs: add remote name to vfs cache log messages - fixes #7952\n * dropbox: fix return status when full to be fatal error\n * rc: add relative to vfs/queue-set-expiry\n * vfs: fix open files disappearing from directory listings\n * docker serve: parse all remaining mount and VFS options\n * smb: fix panic if stat fails\n * googlephotos: fix nil pointer crash on upload - fixes #8233\n * iclouddrive: tweak docs\n * serve dlna: sort the directory entries by directories first then alphabetically by name\n * serve nfs: fix missing inode numbers which was messing up ls -laR\n * serve nfs: implement --nfs-cache-type symlink\n * azureblob,oracleobjectstorage,s3: quit multipart uploads if the context is cancelled\n * http: fix incorrect URLs with initial slash\n * build: update `github.com/shirou/gopsutil` to v4\n * Replace Windows-specific NewLazyDLL with NewLazySystemDLL\n * lib/oauthutil: don\u0027t require token to exist for client credentials flow\n * fs/operations: make log messages consistent for mkdir/rmdir at INFO level\n * Add Francesco Frassinelli to contributors\n * smb: Add support for Kerberos authentication.\n * docs: smb: link to CloudSoda/go-smb2 fork\n * cloudinary: add cloudinary backend - fixes #7989\n * operations: fix eventual consistency in TestParseSumFile test\n * Add TAKEI Yuya to contributors\n * docs: Remove Backblaze as a Platinum sponsor\n * docs: add RcloneView as silver sponsor\n * serve docker: fix incorrect GID assignment\n * serve s3: fix Last-Modified timestamp\n * Add ToM to contributors\n * Add Henry Lee to contributors\n * Add Louis Laureys to contributors\n * docs: filtering: mention feeding --files-from from standard input\n * docs: filtering: fix --include-from copypaste error\n * s3: rename glacier storage class to flexible retrieval\n * b2: add daysFromStartingToCancelingUnfinishedLargeFiles to backend lifecycle command\n * build: update golang.org/x/net to v0.33.0 to fix CVE-2024-45338\n * azurefiles: fix missing x-ms-file-request-intent header\n * Add Thomas ten Cate to contributors\n * docs: Document --url and --unix-socket on the rc page\n * docs: link to the outstanding vfs symlinks issue\n * Add Yxxx to contributors\n * Add hayden.pan to contributors\n * docs: update pcloud doc to avoid puzzling token error when use remote rclone authorize\n * pikpak: add option to use original file links - fixes #8246\n * rc/job: use mutex for adding listeners thread safety\n * docs: mention in serve tls options when value is path to file - fixes #8232\n * build: update all dependencies\n * accounting: fix debug printing when debug wasn\u0027t set\n * Add Filipe Azevedo to contributors\n * fs: make --links flag global and add new --local-links and --vfs-links flag\n * vfs: add docs for -l/--links flag\n * nfsmount,serve nfs: introduce symlink support #2975\n * mount2: introduce symlink support #2975\n * mount: introduce symlink support #2975\n * cmount: introduce symlink support #2975\n * vfstest: make VFS test suite support symlinks\n * vfs: add symlink support to VFS\n * vfs: add ELOOP error\n * vfs: Add link permissions\n * vfs: Add VFS --links command line switch\n * vfs: add vfs.WriteFile to match os.WriteFile\n * fs: Move link suffix to fs\n * cmount: fix problems noticed by linter\n * mount2: Fix missing . and .. entries\n * sftp: fix nil check when using auth proxy\n * Add Martin Hassack to contributors\n * serve sftp: resolve CVE-2024-45337\n * googlecloudstorage: typo fix in docs\n * onedrive: add support for OAuth client credential flow - fixes #6197\n * lib/oauthutil: add support for OAuth client credential flow\n * lib/oauthutil: return error messages from the oauth process better\n * bin/test_backend_sizes.py fix compile flags and s3 reporting\n * test makefiles: add --flat flag for making directories with many entries\n * Add divinity76 to contributors\n * Add Ilias Ozgur Can Leonard to contributors\n * Add remygrandin to contributors\n * Add Michael R. Davis to contributors\n * cmd/mountlib: better snap mount error message\n * vfs: with --vfs-used-is-size value is calculated and then thrown away - fixes #8220\n * serve sftp: fix loading of authorized keys file with comment on last line - fixes #8227\n * oracleobjectstorage: make specifying compartmentid optional\n * plcoud: fix failing large file uploads - fixes #8147\n * docs: add docker volume plugin troubleshooting steps\n * docs: fix missing `state` parameter in `/auth` link in instructions\n * build: fix build failure on ubuntu\n * docs: upgrade fontawesome to v6\n * s3: fix multitenant multipart uploads with CEPH\n * Add David Seifert to contributors\n * Add vintagefuture to contributors\n * use better docs\n * googlecloudstorage: update docs on service account access tokens\n * test_all: POSIX head/tail invocations\n * icloud: Added note about app specific password not working\n * s3: fix download of compressed files from Cloudflare R2 - fixes #8137\n * s3: fix testing tiers which don\u0027t exist except on AWS\n * Changelog updates from Version v1.68.2\n * local: fix permission and ownership on symlinks with --links and --metadata\n * Revert \"Merge commit from fork\"\n * Add Dimitrios Slamaris to contributors\n * Merge commit from fork\n * onedrive: fix integration tests after precision change\n * operations: fix TestRemoveExisting on crypt backends by shortening the file name\n * bisync: fix output capture restoring the wrong output for logrus\n * serve sftp: update github.com/pkg/sftp to v1.13.7 and fix deadlock in tests\n * build: fix comments after golangci-lint upgrade\n * build: update all dependencies\n * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1\n * pikpak: fix fatal crash on startup with token that can\u0027t be refreshed\n * yandex: fix server side copying over existing object\n * sugarsync: fix server side copying over existing object\n * putio: fix server side copying over existing object\n * onedrive: fix server side copying over existing object\n * dropbox: fix server side copying over existing object\n * operations: add RemoveExisting to safely remove an existing file\n * gofile: fix server side copying over existing object\n * test_all: try to fix mailru rate limits in integration tests\n * Add shenpengfeng to contributors\n * Add Dimitar Ivanov to contributors\n * docs: fix function name in comment\n * sftp: allow inline ssh public certificate for sftp\n * serve s3: fix excess locking which was making serve s3 single threaded\n * lib/oauthutil: allow the browser opening function to be overridden\n * Add Moises Lima to contributors\n * lib/http: disable automatic authentication skipping for unix sockets\n * onedrive: fix Retry-After handling to look at 503 errors also\n * s3: Storj provider: fix server-side copy of files bigger than 5GB\n * s3: add Selectel as a provider\n * fs: fix Don\u0027t know how to set key \"chunkSize\" on upload errors in tests\n * drive: implement rclone backend rescue to rescue orphaned files\n * Add tgfisher to contributors\n * Add Diego Monti to contributors\n * Add Randy Bush to contributors\n * Add Alexandre Hamez to contributors\n * Add Simon Bos to contributors\n * docs: mention that inline comments are not supported in a filter-file\n * s3: add Wasabi eu-south-1 region\n * docs: fix forward refs in step 9 of using your own client id\n * docs: fix Scaleway Glacier website URL\n * dlna: fix loggingResponseWriter disregarding log level\n * build: remove required property on boolean inputs\n * build: use inputs context in github workflow\n * s3: fix crash when using --s3-download-url after migration to SDKv2\n * docs: update overview to show pcloud can set modtime\n * Add Andr Tran to contributors\n * Add Matthias Gatto to contributors\n * Add lostb1t to contributors\n * Add Noam Ross to contributors\n * Add Benjamin Legrand to contributors\n * s3: add Outscale provider\n * Add ICloud Drive backend\n * drive: add support for markdown format\n * accounting: fix global error acounting\n * onedrive: fix time precision for OneDrive personal\n * Add RcloneView as a sponsor\n * Add Leandro Piccilli to contributors\n * cache: skip bisync tests\n * bisync: allow blank hashes on tests\n * box: fix server-side copying a file over existing dst - fixes #3511\n * sync: add tests for copying/moving a file over itself\n * fs/cache: fix parent not getting pinned when remote is a file\n * gcs: add access token auth with --gcs-access-token\n * accounting: write the current bwlimit to the log on SIGUSR2\n * accounting: fix wrong message on SIGUSR2 to enable/disable bwlimit\n * gphotos: implment --gphotos-proxy to allow download of full resolution media\n * googlephotos: remove noisy debugging statements\n * docs: add note to CONTRIBUTING that the overview needs editing in 2 places\n * test_all: add ignoretests parameter for skipping certain tests\n * build: replace \"golang.org/x/exp/slices\" with \"slices\" now go1.21 is required\n * Changelog updates from Version v1.68.1\n * Makefile: Fail when doc recipes create dir named \u0027$HOME\u0027\n * Makefile: Prevent `doc` recipe from creating dir named \u0027$HOME\u0027\n * pikpak: fix cid/gcid calculations for fs.OverrideRemote\n * bisync: change exit code from 2 to 7 for critically aborted run\n * cmd: change exit code from 1 to 2 for syntax and usage errors\n * local: fix --copy-links on macOS when cloning\n * azureblob: add --azureblob-use-az to force the use of the Azure CLI for auth\n * azureblob: add --azureblob-disable-instance-discovery\n * s3: add initial --s3-directory-bucket to support AWS Directory Buckets\n * Add Lawrence Murray to contributors\n * backend/protondrive: improve performance of Proton Drive backend\n * ftp: implement --ftp-no-check-upload to allow upload to write only dirs\n * docs: document that fusermount3 may be needed when mounting/unmounting\n * Add rishi.sridhar to contributors\n * Add quiescens to contributors\n * docs/zoho: update options\n * zoho: make upload cutoff configurable\n * zoho: add support for private spaces\n * zoho: try to handle rate limits a bit better\n * zoho: print clear error message when missing oauth scope\n * zoho: switch to large file upload API for larger files, fix missing URL encoding of filenames for the upload API\n * zoho: use download server to accelerate downloads\n * opendrive: add about support to backend\n * pikpak: fix login issue where token retrieval fails\n * webdav: nextcloud: implement backoff and retry for 423 LOCKED errors\n * s3: fix rclone ignoring static credentials when env_auth=true\n * fs: fix setting stringArray config values from environment variables\n * rc: fix default value of --metrics-addr\n * fs: fix --dump filters not always appearing\n * docs: correct notes on docker manual build\n * Add ttionya to contributors\n * build: fix docker release build - fixes #8062\n * docs: add section for improving performance for s3\n * onedrive: fix spurious \"Couldn\u0027t decode error response: EOF\" DEBUG\n * Add Divyam to contributors\n * serve docker: add missing vfs-read-chunk-streams option in docker volume driver\n * Start v1.69.0-DEV development\n\n- Update to version 1.68.2:\n * Version v1.68.2\n * s3: fix multitenant multipart uploads with CEPH\n * local: fix permission and ownership on symlinks with --links and --metadata\n CVE-2024-52522 boo#1233422\n * bisync: fix output capture restoring the wrong output for logrus\n * build: fix comments after golangci-lint upgrade\n * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1\n * pikpak: fix fatal crash on startup with token that can\u0027t be refreshed\n * serve s3: fix excess locking which was making serve s3 single threaded\n * onedrive: fix Retry-After handling to look at 503 errors also\n * s3: Storj provider: fix server-side copy of files bigger than 5GB\n * docs: mention that inline comments are not supported in a filter-file\n * docs: fix forward refs in step 9 of using your own client id\n * docs: fix Scaleway Glacier website URL\n * dlna: fix loggingResponseWriter disregarding log level\n * s3: fix crash when using --s3-download-url after migration to SDKv2\n * docs: update overview to show pcloud can set modtime\n * Add RcloneView as a sponsor\n * accounting: fix wrong message on SIGUSR2 to enable/disable bwlimit\n * pikpak: fix cid/gcid calculations for fs.OverrideRemote\n * local: fix --copy-links on macOS when cloning\n * Start v1.68.2-DEV development\n\n- CVE-2024-51744: updated jwt to v4.5.1 (bsc#1232964).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Leap-16.0-packagehub-213",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_20620-1.json"
},
{
"category": "self",
"summary": "SUSE Bug 1232964",
"url": "https://bugzilla.suse.com/1232964"
},
{
"category": "self",
"summary": "SUSE Bug 1233422",
"url": "https://bugzilla.suse.com/1233422"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45337 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45338 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45338/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51744 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51744/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52522 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52522/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22869 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-30204 page",
"url": "https://www.suse.com/security/cve/CVE-2025-30204/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58181 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58181/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68121 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68121/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-1229 page",
"url": "https://www.suse.com/security/cve/CVE-2026-1229/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27141 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27141/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41176 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41176/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-41179 page",
"url": "https://www.suse.com/security/cve/CVE-2026-41179/"
}
],
"title": "Security update for rclone",
"tracking": {
"current_release_date": "2026-04-23T16:22:47Z",
"generator": {
"date": "2026-04-23T16:22:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:20620-1",
"initial_release_date": "2026-04-23T16:22:47Z",
"revision_history": [
{
"date": "2026-04-23T16:22:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.aarch64",
"product": {
"name": "rclone-1.73.5-bp160.1.1.aarch64",
"product_id": "rclone-1.73.5-bp160.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"product": {
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"product_id": "rclone-bash-completion-1.73.5-bp160.1.1.noarch"
}
},
{
"category": "product_version",
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"product": {
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"product_id": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.ppc64le",
"product": {
"name": "rclone-1.73.5-bp160.1.1.ppc64le",
"product_id": "rclone-1.73.5-bp160.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rclone-1.73.5-bp160.1.1.x86_64",
"product": {
"name": "rclone-1.73.5-bp160.1.1.x86_64",
"product_id": "rclone-1.73.5-bp160.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 16.0",
"product": {
"name": "openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.aarch64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64"
},
"product_reference": "rclone-1.73.5-bp160.1.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.ppc64le as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le"
},
"product_reference": "rclone-1.73.5-bp160.1.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-1.73.5-bp160.1.1.x86_64 as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64"
},
"product_reference": "rclone-1.73.5-bp160.1.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-bash-completion-1.73.5-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch"
},
"product_reference": "rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch as component of openSUSE Leap 16.0",
"product_id": "openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
},
"product_reference": "rclone-zsh-completion-1.73.5-bp160.1.1.noarch",
"relates_to_product_reference": "openSUSE Leap 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45337"
}
],
"notes": [
{
"category": "general",
"text": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45337",
"url": "https://www.suse.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "SUSE Bug 1234482 for CVE-2024-45337",
"url": "https://bugzilla.suse.com/1234482"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45338",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45338"
}
],
"notes": [
{
"category": "general",
"text": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45338",
"url": "https://www.suse.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "SUSE Bug 1234794 for CVE-2024-45338",
"url": "https://bugzilla.suse.com/1234794"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-45338"
},
{
"cve": "CVE-2024-51744",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51744"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by `ParseWithClaims` return both error codes. If users only check for the `jwt.ErrTokenExpired ` using `error.Is`, they will ignore the embedded `jwt.ErrTokenSignatureInvalid` and thus potentially accept invalid tokens. A fix has been back-ported with the error handling logic from the `v5` branch to the `v4` branch. In this logic, the `ParseWithClaims` function will immediately return in \"dangerous\" situations (e.g., an invalid signature), limiting the combined errors only to situations where the signature is valid, but further validation failed (e.g., if the signature is valid, but is expired AND has the wrong audience). This fix is part of the 4.5.1 release. We are aware that this changes the behaviour of an established function and is not 100 % backwards compatible, so updating to 4.5.1 might break your code. In case you cannot update to 4.5.0, please make sure that you are properly checking for all errors (\"dangerous\" ones first), so that you are not running in the case detailed above.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51744",
"url": "https://www.suse.com/security/cve/CVE-2024-51744"
},
{
"category": "external",
"summary": "SUSE Bug 1232936 for CVE-2024-51744",
"url": "https://bugzilla.suse.com/1232936"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-52522",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52522"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Insecure handling of symlinks with --links and --metadata in rclone while copying to local disk allows unprivileged users to indirectly modify ownership and permissions on symlink target files when a superuser or privileged process performs a copy. This vulnerability could enable privilege escalation and unauthorized access to critical system files, compromising system integrity, confidentiality, and availability. This vulnerability is fixed in 1.68.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52522",
"url": "https://www.suse.com/security/cve/CVE-2024-52522"
},
{
"category": "external",
"summary": "SUSE Bug 1233422 for CVE-2024-52522",
"url": "https://bugzilla.suse.com/1233422"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2024-52522"
},
{
"cve": "CVE-2025-22869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22869"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22869",
"url": "https://www.suse.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "SUSE Bug 1239322 for CVE-2025-22869",
"url": "https://bugzilla.suse.com/1239322"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-22869"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-30204",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-30204"
}
],
"notes": [
{
"category": "general",
"text": "golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request whose Authorization header consists of Bearer followed by many period characters, a call to that function incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This issue is fixed in 5.2.2 and 4.5.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-30204",
"url": "https://www.suse.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "SUSE Bug 1240441 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240441"
},
{
"category": "external",
"summary": "SUSE Bug 1240442 for CVE-2025-30204",
"url": "https://bugzilla.suse.com/1240442"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-30204"
},
{
"cve": "CVE-2025-58181",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58181"
}
],
"notes": [
{
"category": "general",
"text": "SSH servers parsing GSSAPI authentication requests do not validate the number of mechanisms specified in the request, allowing an attacker to cause unbounded memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58181",
"url": "https://www.suse.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "SUSE Bug 1253784 for CVE-2025-58181",
"url": "https://bugzilla.suse.com/1253784"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-58181"
},
{
"cve": "CVE-2025-68121",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68121"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68121",
"url": "https://www.suse.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "SUSE Bug 1256818 for CVE-2025-68121",
"url": "https://bugzilla.suse.com/1256818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2025-68121"
},
{
"cve": "CVE-2026-1229",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"notes": [
{
"category": "general",
"text": "The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas.\nECDH and ECDSA signing relying on this curve are not affected.\n\nThe bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-1229",
"url": "https://www.suse.com/security/cve/CVE-2026-1229"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "critical"
}
],
"title": "CVE-2026-1229"
},
{
"cve": "CVE-2026-27141",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27141"
}
],
"notes": [
{
"category": "general",
"text": "Due to missing nil check, sending 0x0a-0x0f HTTP/2 frames will cause a running server to panic",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27141",
"url": "https://www.suse.com/security/cve/CVE-2026-27141"
},
{
"category": "external",
"summary": "SUSE Bug 1259062 for CVE-2026-27141",
"url": "https://bugzilla.suse.com/1259062"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2026-27141"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"cve": "CVE-2026-41176",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41176"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. The RC endpoint `options/set` is exposed without `AuthRequired: true`, but it can mutate global runtime configuration, including the RC option block itself. Starting in version 1.45.0 and prior to version 1.73.5, an unauthenticated attacker can set `rc.NoAuth=true`, which disables the authorization gate for many RC methods registered with `AuthRequired: true` on reachable RC servers that are started without global HTTP authentication. This can lead to unauthorized access to sensitive administrative functionality, including configuration and operational RC methods. Version 1.73.5 patches the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41176",
"url": "https://www.suse.com/security/cve/CVE-2026-41176"
},
{
"category": "external",
"summary": "SUSE Bug 1262438 for CVE-2026-41176",
"url": "https://bugzilla.suse.com/1262438"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-41176"
},
{
"cve": "CVE-2026-41179",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-41179"
}
],
"notes": [
{
"category": "general",
"text": "Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Starting in version 1.48.0 and prior to version 1.73.5, the RC endpoint `operations/fsinfo` is exposed without `AuthRequired: true` and accepts attacker-controlled `fs` input. Because `rc.GetFs(...)` supports inline backend definitions, an unauthenticated attacker can instantiate an attacker-controlled backend on demand. For the WebDAV backend, `bearer_token_command` is executed during backend initialization, making single-request unauthenticated local command execution possible on reachable RC deployments without global HTTP authentication. Version 1.73.5 patches the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-41179",
"url": "https://www.suse.com/security/cve/CVE-2026-41179"
},
{
"category": "external",
"summary": "SUSE Bug 1262439 for CVE-2026-41179",
"url": "https://bugzilla.suse.com/1262439"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.aarch64",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.ppc64le",
"openSUSE Leap 16.0:rclone-1.73.5-bp160.1.1.x86_64",
"openSUSE Leap 16.0:rclone-bash-completion-1.73.5-bp160.1.1.noarch",
"openSUSE Leap 16.0:rclone-zsh-completion-1.73.5-bp160.1.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-23T16:22:47Z",
"details": "moderate"
}
],
"title": "CVE-2026-41179"
}
]
}
RHSA-2024:11037
Vulnerability from csaf_redhat - Published: 2025-06-17 16:07 - Updated: 2026-06-29 08:27A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le | — |
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le | — |
Workaround
|
A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.19.0 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.19.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.19.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2024:11038\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token\nparsing in golang.org/x/oauth2/jws (CVE-2025-22868)\n* golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of\ngolang.org/x/crypto/ssh (CVE-2025-22869)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"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-2024:11037",
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "OCPBUGS-20159",
"url": "https://issues.redhat.com/browse/OCPBUGS-20159"
},
{
"category": "external",
"summary": "OCPBUGS-31059",
"url": "https://issues.redhat.com/browse/OCPBUGS-31059"
},
{
"category": "external",
"summary": "OCPBUGS-44354",
"url": "https://issues.redhat.com/browse/OCPBUGS-44354"
},
{
"category": "external",
"summary": "OCPBUGS-44879",
"url": "https://issues.redhat.com/browse/OCPBUGS-44879"
},
{
"category": "external",
"summary": "OCPBUGS-45095",
"url": "https://issues.redhat.com/browse/OCPBUGS-45095"
},
{
"category": "external",
"summary": "OCPBUGS-46419",
"url": "https://issues.redhat.com/browse/OCPBUGS-46419"
},
{
"category": "external",
"summary": "OCPBUGS-46439",
"url": "https://issues.redhat.com/browse/OCPBUGS-46439"
},
{
"category": "external",
"summary": "OCPBUGS-46446",
"url": "https://issues.redhat.com/browse/OCPBUGS-46446"
},
{
"category": "external",
"summary": "OCPBUGS-46566",
"url": "https://issues.redhat.com/browse/OCPBUGS-46566"
},
{
"category": "external",
"summary": "OCPBUGS-47512",
"url": "https://issues.redhat.com/browse/OCPBUGS-47512"
},
{
"category": "external",
"summary": "OCPBUGS-47731",
"url": "https://issues.redhat.com/browse/OCPBUGS-47731"
},
{
"category": "external",
"summary": "OCPBUGS-48384",
"url": "https://issues.redhat.com/browse/OCPBUGS-48384"
},
{
"category": "external",
"summary": "OCPBUGS-49658",
"url": "https://issues.redhat.com/browse/OCPBUGS-49658"
},
{
"category": "external",
"summary": "OCPBUGS-50496",
"url": "https://issues.redhat.com/browse/OCPBUGS-50496"
},
{
"category": "external",
"summary": "OCPBUGS-51011",
"url": "https://issues.redhat.com/browse/OCPBUGS-51011"
},
{
"category": "external",
"summary": "OCPBUGS-51038",
"url": "https://issues.redhat.com/browse/OCPBUGS-51038"
},
{
"category": "external",
"summary": "OCPBUGS-52955",
"url": "https://issues.redhat.com/browse/OCPBUGS-52955"
},
{
"category": "external",
"summary": "OCPBUGS-53346",
"url": "https://issues.redhat.com/browse/OCPBUGS-53346"
},
{
"category": "external",
"summary": "OCPBUGS-54160",
"url": "https://issues.redhat.com/browse/OCPBUGS-54160"
},
{
"category": "external",
"summary": "OCPBUGS-54380",
"url": "https://issues.redhat.com/browse/OCPBUGS-54380"
},
{
"category": "external",
"summary": "OCPBUGS-54428",
"url": "https://issues.redhat.com/browse/OCPBUGS-54428"
},
{
"category": "external",
"summary": "OCPBUGS-54543",
"url": "https://issues.redhat.com/browse/OCPBUGS-54543"
},
{
"category": "external",
"summary": "OCPBUGS-55294",
"url": "https://issues.redhat.com/browse/OCPBUGS-55294"
},
{
"category": "external",
"summary": "OCPBUGS-55690",
"url": "https://issues.redhat.com/browse/OCPBUGS-55690"
},
{
"category": "external",
"summary": "OCPBUGS-56198",
"url": "https://issues.redhat.com/browse/OCPBUGS-56198"
},
{
"category": "external",
"summary": "OCPBUGS-56271",
"url": "https://issues.redhat.com/browse/OCPBUGS-56271"
},
{
"category": "external",
"summary": "OCPBUGS-56619",
"url": "https://issues.redhat.com/browse/OCPBUGS-56619"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2024_11037.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.0 security and extras update",
"tracking": {
"current_release_date": "2026-06-29T08:27:55+00:00",
"generator": {
"date": "2026-06-29T08:27:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2024:11037",
"initial_release_date": "2025-06-17T16:07:37+00:00",
"revision_history": [
{
"date": "2025-06-17T16:07:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-17T16:07:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-29T08:27:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product_id": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product": {
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product_id": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product_id": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product_id": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product_id": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product_id": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.19.0-202505200051.p0.gbe83b82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product_id": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product": {
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product_id": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product_id": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product_id": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.19.0-202505230012.p0.g67cda03.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product_id": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product_id": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gaf7ed27.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.19.0-202505200051.p0.gbe83b82.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ge28afe0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g396376a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product": {
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product_id": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.19.0-202505292015.p0.g51be981.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product": {
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product_id": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product_id": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product_id": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.19.0-202505292015.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.19.0-202505200051.p0.g0f48a88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g31dc4a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product_id": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.19.0-202505210330.p0.g02d3371.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product": {
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product_id": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.g91f918a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.19.0-202505200051.p0.g03e0dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.19.0-202505200051.p0.g5c0996f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.19.0-202506041351.p0.gf66d332.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.19.0-202506021915.p0.g54c0a77.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product_id": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.19.0-202505200051.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product_id": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.19.0-202506020743.p0.gd7bbf4c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product_id": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g8617ce7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.19.0-202505210330.p0.g7dd843b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.19.0-202505200051.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.19.0-202506020913.p0.g9fc626e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.19.0-202505200051.p0.g41232c9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product_id": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.gebcff4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.19.0-202505200051.p0.ga995cc0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product": {
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product_id": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product_id": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g625e499.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.19.0-202505220713.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.19.0-202505200051.p0.ga50fbc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g860f16d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.19.0-202505200051.p0.gb42e7cf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.19.0-202506020913.p0.gb9191eb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.g567d474.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product": {
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product_id": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9\u0026tag=v4.19.0-202505201515.p0.g1688249.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product": {
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product_id": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.19.0-202505201714.p0.gfa92126.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.ga9af043.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.19.0-202505210330.p0.gd830230.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.19.0-202505200051.p0.gb851d93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.19.0-202505301615.p0.gb61e357.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.19.0-202505200051.p0.gf746d44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g1d76c12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product": {
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product_id": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.19.0-202505200051.p0.g356d927.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product_id": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9-operator\u0026tag=v4.19.0-202505200051.p0.g819a7b2.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64"
},
"product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x"
},
"product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64"
},
"product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le"
},
"product_reference": "openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le"
},
"product_reference": "openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64"
},
"product_reference": "openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64"
},
"product_reference": "openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x"
},
"product_reference": "openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64"
},
"product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64"
},
"product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64"
},
"product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le"
},
"product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64"
},
"product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64"
},
"product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64"
},
"product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64"
},
"product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64"
},
"product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64"
},
"product_reference": "openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64"
},
"product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le"
},
"product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x"
},
"product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le"
},
"product_reference": "openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64"
},
"product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64"
},
"product_reference": "openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le"
},
"product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64"
},
"product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
},
"product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64"
},
"product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le"
},
"product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64"
},
"product_reference": "openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64"
},
"product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
},
"product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le"
},
"product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64"
},
"product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64"
},
"product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64"
},
"product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64"
},
"product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64"
},
"product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x"
},
"product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64"
},
"product_reference": "openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x"
},
"product_reference": "openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64"
},
"product_reference": "openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
},
"product_reference": "openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"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": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_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": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"known_not_affected": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-17T16:07:37+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:11037"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_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": [
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:2f27c45a830ca38f838ff214e9064967f9372af1f3ed33ba23f9f6dea0f3b4cf_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:3bc1a3612cc052a766e8004e410046587c1a5fad05ba7a0921f17cb085f3410d_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:8f0257585bf2386ca3a37794462f27086f362d6b7024e8a76b4904b804186720_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9-operator@sha256:b807591d49bb7dd0e2d73115de6305be055f31fc12cd659b96d946d8db3762a8_amd64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:30dc905a85ce550df0ccc8de085bd8a0fc09dc386a2e3f0f505e7e695b619f71_ppc64le",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:5c2866594b52d58de57c503fc417738e35c9c7a5cacbca2dd18c3346c488eba9_s390x",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:c7044f76f43378b67a8cfebfce63db8eb108143bf5bf416c702f834178af7792_arm64",
"9Base-RHOSE-4.19:openshift4/ingress-node-firewall-rhel9@sha256:d5be785fac0b6e7fdec47a7a57c62d9cef93f217e1e606472921dca5c282d444_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:3e2a9efe8025994e5105a6861e3dcc697b40be07e780581220b1eb4ddd21d8d9_ppc64le",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47b63d824c8e7aac9b530f6d9b136f9f2320ac6e32d97ee132d7ac5b168c1b41_arm64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:47fca6cfbddec700322639495f3ce211f59e193bce229012054d618e8873bc61_amd64",
"9Base-RHOSE-4.19:openshift4/kube-compare-artifacts-rhel9@sha256:7b3ecc3ed856542e6f958ff890e006abf4a92d063d6a5ac3c65087126277ecb7_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:09430475a49074e99380cb3160faacac3e8fe6c13104b2429a313fbdaae1a36c_arm64",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:3e7e48936ed4a415aee2accfe11100a3eaf2d4d13147a940c5aa6900ad35803b_ppc64le",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:576dd005be0f0e88aa994d2a3e74a51317345f00c5ce6831c56d83bc3eb69776_s390x",
"9Base-RHOSE-4.19:openshift4/kubernetes-nmstate-rhel9-operator@sha256:f52e6eb9f2aa0b925a106f4a2e7d470da31d20d425e157dab41836d5994f19da_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:707f86d48f5e2f19b04a3d07acb30d1471bdb48709186fd87bab047b09eef8f8_s390x",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:a7ea96caac70ac4f5794f80633bc460c01f05f6987db6c7874d4af1fa5a8b5ee_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:bfb27b24e0aebf6655b4ec37b2f28f22b09f4974d3898ca891dc088eebc6d6f1_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9-operator@sha256:d531b836aba5f8c27e38903014b5c8d4cf297c66aacf26b7055ae9b07d28c41e_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:41e911c64bdb2de0a4286cbad5b7cfb8b7a30a01b22ce11667e1baedf7c7ee87_ppc64le",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:4391c59b16f414211ba66ea575aefe380a9d97e4250670eab270e389860fbfd9_amd64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:5cbf5f28991e9ff0ad454d75bcf3abd303c8316f688763a0103983dfa2adcb76_arm64",
"9Base-RHOSE-4.19:openshift4/metallb-rhel9@sha256:90c0b9da8f449e9c9182679f458c117354752ed31e2fe2893399fe1fc09bb948_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:293e91d0887878e3dbaf71374cd7bb95006fd1b9414e6e0564e5007ba60f2573_s390x",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:528a4c2bc79565d80c3edf638ba3f0b6e22dce57c6c3a01587e00aa0bc597308_ppc64le",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:568b662bb3259e03c05e6647c06571e68fe2d5a609f8d8e6d519893b07de0469_arm64",
"9Base-RHOSE-4.19:openshift4/nmstate-console-plugin-rhel9@sha256:f5ee52849b2b32a4bdf397cecb168d277474e0c0377d9050e5912f44bda58566_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:2c87e4c43b0b80ead5e518d1732a3dc8af4ec4cc6cd33107552bc14fd095ee09_s390x",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:52396641bc98267c3648d75248d317d7fbe5b019dd5762b3700fdc0cc5fae23d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:8642effee8e9c033b956ad216a9a26f99e926078a5922312ab44458cad2a93f0_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ansible-rhel9-operator@sha256:d2b7435a31abc8391517b5f23eb14342c5842d6a3ab0f1593b0ac4e9145ed8d0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:011392e7d4bc967ff919e15b51668c4a55c61fea8aa7ae07ead7fc12d93c907c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:b9f492d3e9e7736b6d62500e06cbbee7b0e2f8772e04affdc97d22d9527970c5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:3a72ecf581fddf0bff591efb2b461c7c66d5f94adeb00c2d020ce4612faeb8f2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:c85d7dc01ce0ec1a5173c3c5fa163e671a92a9078413f7d6bbdd08711160fe1b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:75d6925a359006426656e75979b15eb8568b2c1ed4fcc7d7abc92ddf32b97a27_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:a167959c5cff170652b08b1ed0c098efe28ab6a7e2b028693afef3ca47ad3a57_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cloud-event-proxy-rhel9@sha256:ca45d95153b12d666ce3289f400cf39226772faeb3b6eb2117b44f090108d604_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:210582e37d1c377b7ab9014cd6da019e7702d0c787117711fda818b3f68c17fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:6733179394a7415d4a5333da50b1b1ace45bcec77037a6d17398ee661f362452_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:83de6dc8944dca889ac2affaf1df0c51eaa9e62c146019d1c61342c7ba09d51a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-capacity-rhel9@sha256:87d583ba18ee9069a399d45c7993c86f45a642d0c52d8da5aeb1e2ac1b7b58fc_arm64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:67e67a6aeb6bfbc669b0f49ba0b983ba5f851348e0f360bc4f503a6c1fa8e471_s390x",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:b2e2d9375f7b17ca2d7c9841d5131cd3ef7cdc7ac64b80e97a9ed7c44c75fd3e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:c2d3bf4e5bf2d8656162993cd8a7ed695fa8ed5f84e990f4929755b4b4d8d809_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-cluster-nfd-rhel9-operator@sha256:cb4045cc91021ce41b548d7bb49dabbc3356a2190662ed877550223d6f0c8fab_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:3a2e3863b83128e095d8f8706017f5ceb04cdfef048bfbcca6e816942981938f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:6b821f84d5a2c230a0efbeaaa13c5f94db9d64e96dd398c96289725a5bf529d9_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a9afd015ea199c4a2a96395bbf42931fe10f7776bb467d1aaeb37ecdbd8faece_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:d891bacc19a149b89344c05abf201b27266e27e92af33c461ef38bcbec409c86_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:1a41c713f652a8012e07829392eb7a644c71f0f3502cd209c9274b4346fd72cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:a982ea6f074d8325c647807a3f66c669364b6069f5d11d46f60677f5d5283e8d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:c90e5793c6fce2888ff562db21053a96db922fa56988994b9d713fa3fcbb2174_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-clusterresourceoverride-rhel9@sha256:d1712d8a173e3c978447c7fe70b9064f8701a86fa8cf4721df99519eae4e174f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:3e602fde6a2a581a13631ebe76d897ed1782843a6dbcea7627f28e62d95aa82e_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:7235fa1c34a9a4c692e4ca516cb765f9710fe47ded34ab2f9f98cc15a388aafc_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:8d147450f09c46b3fc753bb54ddea4bece94109ac0af478edea9a5371214e63e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-cni-rhel9@sha256:c5e1b908ba135e3296737c9391692260107434b627dd168388edbf3339f7d99e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:30f08725fdaf0dcdc50c2b865771de4aca5240eb146643d3747d36acb56b2379_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:796a712fe744106fe5c836bc1d9d18a6d3fa1e62649f44c2812c939dadc3c4e0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:a8f478c08838637d0a19959640c596a65d6d20992a17ca97528f8544f53e11db_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-daemon-rhel9@sha256:c241ae62aff6bef79a0bdceb01cbb887fc922d65f3da0e9e29297996a962733f_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:67347d63b6883c8df2ca36bfb4fc0e105c1977c984259aa07f2c58677a0cf431_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:dff4424dc2e1643e2f7c3a62eedd43587baa097752fbe1d41fea663564611e75_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:274899778a50979a40d3b9fececa2f8952134fb206e4f9c6f1865538c5d90b52_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:88269778b5e5faa18f5c00a4641b1fd6f05d345307a0ea4d191b2136de53171b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:07c2d419749cda39c1073f6b6b1dd502d163971d6451b069a9fd262572829305_s390x",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:79c909dbf205ab55bea40776958a524b5b495e169b6a13a321ca2921bcedf6a3_amd64",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:7b64e48f7710b7de57a398fd1e3ed62a2c4527a3735db5e811da6c548ed4eef5_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-dpu-rhel9-operator@sha256:ee973481f67d9d3d9ed6842675226700edbabe7c6e67a62e174b83b3a063b834_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:05a48fa4de62b9c601a7a97bdcbc5ac4108f1110ec56faa6f5325d6a77e8fdbb_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:28ccdaa163b27349f016e9fdd59b484c1700a0cc58cbe6b7b48220d0b2780680_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:326f032d0d4ebfe82b14c2f9d511273749eb041f06ea7c35514f3b88f27b8e61_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-dns-proxy-rhel9@sha256:57c48aa8f5f04224eea7d3887cd36f0208fa836154e8483afed8d8f19dac1203_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:1c318d68ca087260696d7545a7878ce8bcff59ee8adc9b7b9c4cfb97fdc34973_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:a04b66560520a0e2cb45509e6bc7621d776b48697f407f4324616101d3d38c9e_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:d05099f4a49dac24ca16fb0fc6be0ddcd3383843a21fa9262ddf7595e0507cb7_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-egress-http-proxy-rhel9@sha256:e8434e992e8e3d631625afe35c86e3a506e690514f863bbdff5a02f4774bcaa8_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:1e2e9cfc5eefd299873911ceff3ba785d2a3b6c601a90b859f6768a881478377_arm64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:31d6e70a33fd531c18efa81ed6da57d1c5e82a9f9fd59d263a339002ea919826_s390x",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:4d95be335ad8e8f264f4b6bbac5342295114470e3304831bb73b109a481496cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-egress-router-rhel9@sha256:57ebb25db9887d27bd53190e56a52492fc8a6f52d831d088db40e52f72da3dc2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8e64635a725fdf77d3a75136befc41bfafb36832e7fbabfcebad2fd57a989b3b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:9d61f33edb31734b113ef438a719b17c227d1dcf7dd0145afe54bc5eb0573413_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:fc23f877a48153dbe5ddb6ec920663480f908fe258696c6d54a7e68a59362285_amd64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:27b29ce6c76310f20750eda922fdda943f08e5539714e457b2d5bde478a67a18_arm64",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2e85c6a682e70d3e21fa798ae49cbe5c2d749a385a2370a49e061be01882edfc_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:5e76e053d29519921c741ef450e27c53d726fabc1a5763c5abe21968256c39a9_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:2106f330cdbc2705ecbb1545671244f70d66142888be89cf0bedd22b0985eb8d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:23e288aecd51b41d47feefb7dc0b488cfc2b989c6c71d8444fab3abd32f332bf_amd64",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:32249a8eab6a33edd0118850a3343ee16940c87a19b9e0dd267f0fe88157e8fa_s390x",
"9Base-RHOSE-4.19:openshift4/ose-helm-rhel9-operator@sha256:5c74618434937b49c8724c0cd37782bf8f4b57a3e2d672379f92aebebe497e5d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:069511785b73fb4bcf0f89b7d27516180966ab2bca8071b4c61a61d268ec2841_s390x",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:1a653a7b18cceb4b821ec45328c717221258ccb0ed4e32c37f7ba19855585684_amd64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:5c078b531d1439308ff4d0b6d30efe24e77f06feff4655e659c69f54209f7cef_arm64",
"9Base-RHOSE-4.19:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:dd88a383b050d3cb6d8f2c342d707fc8a3dafa1a4214c0fb6b91d0f1783637d0_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:235fc4abaf942193fb6bc9e9eb1d20a3003198d7072baf26bd17d657838444c6_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:33889373adf41f5eccf19c102374231125954d807d6f82d6be2653460f1cb5cd_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:5f5d57133e78db8282a71cc18d4188ce20134c3a46e919856c978975d5deab59_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-diskmaker-rhel9@sha256:6cd0df2aad3ab545d7a30d2a4de66cf9b7bd5a8ebbcc5a4754357a61c410453b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:72e24d84421d6ad118148cf734c1842bced5482ff9e1017f02f601c891858a30_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:daf52ac443375243c9ce59fe86c03c80166d70868813571a229f854f875647a5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:e916d238d2f40d490da49e028ae69dfb8765f835d7b0bdfb012200500751681d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-mustgather-rhel9@sha256:f56a0a2bc163d6d7677671bdd633f88757232ab23f0db92d4ebd3d0c6e4b4195_arm64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:6fcb4d504c896727dd313a1d4412b6cfcd4baef7780913257c6047b7429fe566_s390x",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:c645d870e2fe255dcdcc034e96e123046101e4e12101170dcf8f30719ac1b976_amd64",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:cf782b0dca6947cf3e233226e70e672272d71e2544095c35d4c070fd9eaa629d_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-local-storage-rhel9-operator@sha256:ea89fc034708c3e61a1b76e76da005b1a0b6da06ceb202f222bf573ee9f498c1_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:41383d886e736d7491c7a1d6449dd72b683ccae29457e705c59a6590653f5256_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:b8afdbc78ea5b08648cda9dd8bddff33fd04f54438cf4688ba60a086025e879b_s390x",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:c6c986a325cff6e4c768aa774442a6958dec43624a4c5279b787a91731748476_arm64",
"9Base-RHOSE-4.19:openshift4/ose-node-feature-discovery-rhel9@sha256:ddd42b17fbe0e4dbc4a20370854eb423b89bdf8ffaa473dc3f8d36820dbe4dee_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:12fab5761dddd94e595de732c684c408059c99d197b09732043a113d91c0f6b2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:45d0242e7bd8b66ff8e3449258e8fbb390811106e41ac4c4c7780d210ce40297_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9-operator@sha256:82786699f2bc15827abc1b7a58e3f19c2fdbef7fe51ee262c90e1cfd03b18dee_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:15093a9364f668496fcdb6ae38ee609bf03ff346d9036765584b191d4ad316a1_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:47ad913104d1b96b582de578552690beaace5b6493cf294a69a7922439fec081_amd64",
"9Base-RHOSE-4.19:openshift4/ose-ptp-rhel9@sha256:9ed6783adb29bd37001c2f08ebad91016c23bfa273054757cd1942ce4a0b7814_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:865dd37e643a1ae443416d38e1f67d3e853e56a7c9dbf2d4f389b2398d91a805_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b16efb981283a5dd5a4e7e9d9353e029cdb945b106452b7df9fcc6a7bd3eab1d_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d97989152e2561df321ca112e7db9d5578b02e865864de2811023f928e7dae6a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:eca8464f39a05b5916d249c3e69c556dcbc83e10232739a9a13adc6043d06e30_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:32fb433837296c105cb4a2fccd7c6069f00e272252709326bdbf2a14edc208c0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:3ad223e85f878ff8c84d99d99ddc9261b3602bcc67d794e08b9f85c77a306278_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:4420f36ba31bbdb25c79bf72a27801a2c37c4e65748a7c0563aecd83196e1241_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:608007dcd2d140e17b325f2ef37f82dda924b673a2dfe36da1b1a3c2bd2333a2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6972914274d6e8d09e0254f637f418c9aa6553e02a1df988517c1c3e0f6a6bd2_arm64",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:6dd8637c87008164d803f5ea338df987270e562bcf1d1323790670d8541f2339_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:9cb8645f95565cd295c6579219089bf01a7c6e73f3ccfb50fc4073276c893300_s390x",
"9Base-RHOSE-4.19:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:cd1a79dfa2f4091c362cd35669771f3b76bc885c426167cd3063d1c6e408b063_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4b1e1b1b6c963040b49728d7998fda27023dca3ae47b769e599e5bc7e252d99a_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4c5d1f487d2b94cecfa410a12cda63f89c6c182f52e2c1991d28f44646dc6e73_amd64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:53cfe07e0289a18ee0d163688e639ae4c8f32d2ce91928777771233bde2e1223_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:9f975471afac44d13fb26c880f2db097e3f01817e33108517638ad83994ba840_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:00a4872f719fd3b528f108cb33c5446b29472b5698622f3d76cb6446543bbffd_s390x",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:7699cf19f83084c50bcd298bb61038584cc57c19eb0f26f06209908d2a24f68f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:9de1ff26081efcaaf8bd942bfad4b25b43e7401200962e87b16b35eccb618e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-smb-csi-driver-rhel9@sha256:d6e9a43213d573321e53c24ac9deb9ebfac9a73c4ab3a980c86e514840e19958_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:a79873c7f080cbc572386c021d529fe5bd7d13fbb963cd8b6f2fba67cc2cc02d_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:bc83b6751613e1cfb710f1835cfb4a6e273ed6ab060bfd12297a23d6f8a4b368_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:f859e299d804f2871c118c8f0e1c2d8e1e8e0e4b8ce590abc2095eee4d7baaf3_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:12194de7337a3f79cfcb82c5bfc3254d808f365dae20ee134ef588f4ad5a72fb_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:5f278afe7ed08a14c9ebb9655432f26b10492a316be6f3e1bbf4b8d05ad560aa_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:7fa02d1214fa01b58b7352452cf2bd40b5bf38b38ee48c5f8be9a657721fc8a5_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:42553efc3a2c012acb4a379e38b0500984a4471f24ed5cefc07cc02dc694edc4_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:451e73429257fc36f6b4d3d6558e2c356de175bb3c112ba92e6d0a00fdc51327_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:f2f4cc72c311dfa8088ed2a69f1b08bb530370fa64c233780b8d661c461e9e14_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:409994c67da994a8386aae824e157bc33b468b4e0893cbed68ec56708b247989_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:52b8a955b95941729fd0d641cb857366c2039aa2d07b50ecc7c93f63be080430_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:e8d47ad471b2a385c2fdae8b5d744821653fcf1ed8e5e15404db4de4dd199367_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:006490dbba371b50178b3a438764dc6f65c61a1d8661f5e8170bdd3a9e967ec5_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:be5c2a5c75f4704b71e5a2aa1c8fa5ea83a7fdc92827b5f6276cbddec7dd4433_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:dd41649629ae528ba5e465e3c687931f09d85ca35bb7e9c8af50c1e8213b6e42_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:1b063da2796e9f493d3d5afb907931a65de5caf13c6214660efef6338b24ec8c_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:259d83f38fb670f79176326d7e21dc78faa2d8942e9122b2e158456fdd84e7e8_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-rhel9-operator@sha256:5600ec11eed64b8931573884322864de97ab331729d2c34acba7bdf42ccf5165_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:14b2935eb4a76db4de67cf146dddde877f05f647a85fbab703fde7adfc9f575f_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:45751163a81a4d5e5d1cad34cabe36cbeecd5818909f7aea1f25a7157d36c26b_arm64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-network-webhook-rhel9@sha256:b1377cdbbd72a1888cca3bbe512fcf33ce87a072682dce3a5ae8354ae37da1a0_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:425228aba1bfb24c08a15dee0058cbe4849391e7f5e6bf28de4f8b05041b1a97_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:71eb4235640467df300a0778cd5fc82000db1556964e74debcab64b9d97cc32e_amd64",
"9Base-RHOSE-4.19:openshift4/ose-sriov-rdma-cni-rhel9@sha256:a87437badb2b6868d01df6fe4feee3d13a55d388f3fb68ea81f60d5db53ae285_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:07e9e3b11ae036d98e9d4acb7b5017c1531ef32e732b1658b84623b65e8e1b2a_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:17c6cc3113f2b367f1a42592a93ec1da1cdaf789b167b432a8e1d7673751d7e5_s390x",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:c76b7337db78db5ad5d62ecb0c884ee4f1f717a00547c533b168c87bc88bc41b_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:cf61a20a71cfe23968d460b10267b35148555a1e424194e0bfbcd4f2bc55518c_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:32dd62b83eefb364e8aa490df0faeee3cf653d374e8d19d79bbd0bf22b2a1e6b_amd64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8c0ba9f7feaa73cb221aa47f42a93a0b05ac9787764e3305508986578a98380a_ppc64le",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:a6161e4e31c670e7c1c78187649f03fe93d1cd5dd4d8d3f3016f3b975305d8ee_arm64",
"9Base-RHOSE-4.19:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:dc5ff2ccb42b01344468c716987291d7879a885968d758d5e48ac3cedbb63552_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0482c2d8af77b0f51529112b3b3808ebc2403174ad1580e379c6f99e0457bd7f_s390x",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:0e70469d2dc8b75907b7ccb1682318dff95c76372c878bb8e360080fdd9574bf_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:6cbebcf46a7e75d37d6bfbb29886ab12df3f8da97b8a673f9fd54d5b78a893a5_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9-operator@sha256:fe105b7acba6b8d4eb9975362b2d3b80dbcbb0f2b5ed0e89f4cd55762d558d32_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:1e0c946db58bd073a8c34ad24ef79bfb42673330da60f5691579d8834a160e47_ppc64le",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:b0e3c69c4ef1d338c67d87c466fe212d7b1fb039842d93df8d0a73d6a332cc1a_amd64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:eb90c9a4757217498105c4da21f2f0fd535dbe3a9b8d63f1f30c670cdf297e3a_arm64",
"9Base-RHOSE-4.19:openshift4/pf-status-relay-rhel9@sha256:f44f183463aae08148c558b8d69bc1b792468381569f753cd8fa23c449c28c6f_s390x",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:53de76d6de3b4954c0cd686c9a18f4de574ec98a3524572606a0ee756f2716d7_arm64",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:88ce09aa2c27e2a2cb55aed9a2a17f75bce7529a132a068f88c6161ff78c12b2_ppc64le",
"9Base-RHOSE-4.19:openshift4/ptp-must-gather-rhel9@sha256:922f2e0d21881bdf9b301c3ac4c255d89bbd5864353a45662f28917339741f07_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:7150ef91e18ddecd1e0ba6abbd4c41b21612ff9a31e9081ba29207727d587ba3_arm64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:e10f7e7d7e78a2c143fb9a934d3caacdbf6374dcc61e69f949c55417e286f5c0_amd64",
"9Base-RHOSE-4.19:openshift4/sriov-cni-rhel9@sha256:eac7db565dd1b41cdce079fbd3caee47f1bba76e5957bdc2f691dc0bb11d28fe_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
}
]
}
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.