Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45339 (GCVE-0-2024-45339)
Vulnerability from cvelistv5 – Published: 2025-01-28 01:03 – Updated: 2026-04-30 03:56
VLAI
EPSS
Title
Vulnerability when creating log files in github.com/golang/glog
Summary
When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.
Severity
7.1 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-61 - UNIX Symbolic Link (Symlink) Following
Assigner
References
6 references
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| github.com/golang/glog | github.com/golang/glog |
Affected:
0 , < 1.2.4
(semver)
|
Credits
Josh McSavaney
Günther Noack
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45339",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-29T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-30T03:56:03.352Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-02-17T11:02:36.886Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/02/msg00019.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "github.com/golang/glog",
"product": "github.com/golang/glog",
"programRoutines": [
{
"name": "create"
},
{
"name": "Error"
},
{
"name": "ErrorContext"
},
{
"name": "ErrorContextDepth"
},
{
"name": "ErrorContextDepthf"
},
{
"name": "ErrorContextf"
},
{
"name": "ErrorDepth"
},
{
"name": "ErrorDepthf"
},
{
"name": "Errorf"
},
{
"name": "Errorln"
},
{
"name": "Exit"
},
{
"name": "ExitContext"
},
{
"name": "ExitContextDepth"
},
{
"name": "ExitContextDepthf"
},
{
"name": "ExitContextf"
},
{
"name": "ExitDepth"
},
{
"name": "ExitDepthf"
},
{
"name": "Exitf"
},
{
"name": "Exitln"
},
{
"name": "Fatal"
},
{
"name": "FatalContext"
},
{
"name": "FatalContextDepth"
},
{
"name": "FatalContextDepthf"
},
{
"name": "FatalContextf"
},
{
"name": "FatalDepth"
},
{
"name": "FatalDepthf"
},
{
"name": "Fatalf"
},
{
"name": "Fatalln"
},
{
"name": "Info"
},
{
"name": "InfoContext"
},
{
"name": "InfoContextDepth"
},
{
"name": "InfoContextDepthf"
},
{
"name": "InfoContextf"
},
{
"name": "InfoDepth"
},
{
"name": "InfoDepthf"
},
{
"name": "Infof"
},
{
"name": "Infoln"
},
{
"name": "Verbose.Info"
},
{
"name": "Verbose.InfoContext"
},
{
"name": "Verbose.InfoContextDepth"
},
{
"name": "Verbose.InfoContextDepthf"
},
{
"name": "Verbose.InfoContextf"
},
{
"name": "Verbose.InfoDepth"
},
{
"name": "Verbose.InfoDepthf"
},
{
"name": "Verbose.Infof"
},
{
"name": "Verbose.Infoln"
},
{
"name": "Warning"
},
{
"name": "WarningContext"
},
{
"name": "WarningContextDepth"
},
{
"name": "WarningContextDepthf"
},
{
"name": "WarningContextf"
},
{
"name": "WarningDepth"
},
{
"name": "WarningDepthf"
},
{
"name": "Warningf"
},
{
"name": "Warningln"
},
{
"name": "fileSink.Emit"
},
{
"name": "logBridge.Write"
},
{
"name": "syncBuffer.Write"
}
],
"vendor": "github.com/golang/glog",
"versions": [
{
"lessThan": "1.2.4",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Josh McSavaney"
},
{
"lang": "en",
"value": "G\u00fcnther Noack"
}
],
"descriptions": [
{
"lang": "en",
"value": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-61: UNIX Symbolic Link (Symlink) Following",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-28T01:03:24.105Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"url": "https://github.com/golang/glog/pull/74"
},
{
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"title": "Vulnerability when creating log files in github.com/golang/glog"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45339",
"datePublished": "2025-01-28T01:03:24.105Z",
"dateReserved": "2024-08-27T19:41:58.556Z",
"dateUpdated": "2026-04-30T03:56:03.352Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45339",
"date": "2026-06-08",
"epss": "0.00072",
"percentile": "0.22085"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45339\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-01-28T02:15:28.927\",\"lastModified\":\"2025-02-17T11:15:08.753\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.\"},{\"lang\":\"es\",\"value\":\"Cuando los registros se escriben en un directorio de amplia escritura (el predeterminado), un atacante sin privilegios puede predecir la ruta del archivo de registro de un proceso privilegiado y crear previamente un enlace simb\u00f3lico a un archivo confidencial en su lugar. Cuando se ejecuta ese proceso privilegiado, seguir\u00e1 el enlace simb\u00f3lico plantado y sobrescribir\u00e1 ese archivo confidencial. Para solucionarlo, glog ahora hace que el programa salga (con el c\u00f3digo de estado 2) cuando descubre que el archivo de registro configurado ya existe.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://github.com/golang/glog/pull/74\",\"source\":\"security@golang.org\"},{\"url\":\"https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs\",\"source\":\"security@golang.org\"},{\"url\":\"https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3372\",\"source\":\"security@golang.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/02/msg00019.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/02/msg00019.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-02-17T11:02:36.886Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.1, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45339\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-28T14:57:36.887905Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-28T14:47:16.702Z\"}}], \"cna\": {\"title\": \"Vulnerability when creating log files in github.com/golang/glog\", \"credits\": [{\"lang\": \"en\", \"value\": \"Josh McSavaney\"}, {\"lang\": \"en\", \"value\": \"G\\u00fcnther Noack\"}], \"affected\": [{\"vendor\": \"github.com/golang/glog\", \"product\": \"github.com/golang/glog\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.2.4\", \"versionType\": \"semver\"}], \"packageName\": \"github.com/golang/glog\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"create\"}, {\"name\": \"Error\"}, {\"name\": \"ErrorContext\"}, {\"name\": \"ErrorContextDepth\"}, {\"name\": \"ErrorContextDepthf\"}, {\"name\": \"ErrorContextf\"}, {\"name\": \"ErrorDepth\"}, {\"name\": \"ErrorDepthf\"}, {\"name\": \"Errorf\"}, {\"name\": \"Errorln\"}, {\"name\": \"Exit\"}, {\"name\": \"ExitContext\"}, {\"name\": \"ExitContextDepth\"}, {\"name\": \"ExitContextDepthf\"}, {\"name\": \"ExitContextf\"}, {\"name\": \"ExitDepth\"}, {\"name\": \"ExitDepthf\"}, {\"name\": \"Exitf\"}, {\"name\": \"Exitln\"}, {\"name\": \"Fatal\"}, {\"name\": \"FatalContext\"}, {\"name\": \"FatalContextDepth\"}, {\"name\": \"FatalContextDepthf\"}, {\"name\": \"FatalContextf\"}, {\"name\": \"FatalDepth\"}, {\"name\": \"FatalDepthf\"}, {\"name\": \"Fatalf\"}, {\"name\": \"Fatalln\"}, {\"name\": \"Info\"}, {\"name\": \"InfoContext\"}, {\"name\": \"InfoContextDepth\"}, {\"name\": \"InfoContextDepthf\"}, {\"name\": \"InfoContextf\"}, {\"name\": \"InfoDepth\"}, {\"name\": \"InfoDepthf\"}, {\"name\": \"Infof\"}, {\"name\": \"Infoln\"}, {\"name\": \"Verbose.Info\"}, {\"name\": \"Verbose.InfoContext\"}, {\"name\": \"Verbose.InfoContextDepth\"}, {\"name\": \"Verbose.InfoContextDepthf\"}, {\"name\": \"Verbose.InfoContextf\"}, {\"name\": \"Verbose.InfoDepth\"}, {\"name\": \"Verbose.InfoDepthf\"}, {\"name\": \"Verbose.Infof\"}, {\"name\": \"Verbose.Infoln\"}, {\"name\": \"Warning\"}, {\"name\": \"WarningContext\"}, {\"name\": \"WarningContextDepth\"}, {\"name\": \"WarningContextDepthf\"}, {\"name\": \"WarningContextf\"}, {\"name\": \"WarningDepth\"}, {\"name\": \"WarningDepthf\"}, {\"name\": \"Warningf\"}, {\"name\": \"Warningln\"}, {\"name\": \"fileSink.Emit\"}, {\"name\": \"logBridge.Write\"}, {\"name\": \"syncBuffer.Write\"}]}], \"references\": [{\"url\": \"https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2\"}, {\"url\": \"https://github.com/golang/glog/pull/74\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs\"}, {\"url\": \"https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3372\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-61: UNIX Symbolic Link (Symlink) Following\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-01-28T01:03:24.105Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45339\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-30T03:56:03.352Z\", \"dateReserved\": \"2024-08-27T19:41:58.556Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-01-28T01:03:24.105Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:9563
Vulnerability from csaf_redhat - Published: 2025-10-21 03:27 - Updated: 2026-02-18 08:39Summary
Red Hat Security Advisory: OpenShift Container Platform 4.20.0 security and extras update
Severity
Important
Notes
Topic: Red Hat OpenShift Container Platform release 4.20.0 is now available with updates to packages and images that fix several bugs.
This release includes a security update for Red Hat OpenShift Container Platform 4.20.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.20.0. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHSA-2025:9562
Security Fix(es):
* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)
For 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.
All OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.
Terms of Use: 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.
A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.
7.1 (High)
Affected products
Fixed
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64 | — |
Vendor Fix
fix
Workaround
|
Known not affected
170 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64 | — |
Workaround
|
Threats
Impact
Important
References
13 references
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.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.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.20.0. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:9562\n\nSecurity Fix(es):\n\n* github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog (CVE-2024-45339)\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.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9563",
"url": "https://access.redhat.com/errata/RHSA-2025:9563"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9563.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.0 security and extras update",
"tracking": {
"current_release_date": "2026-02-18T08:39:19+00:00",
"generator": {
"date": "2026-02-18T08:39:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2025:9563",
"initial_release_date": "2025-10-21T03:27:40+00:00",
"revision_history": [
{
"date": "2025-10-21T03:27:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-10-21T03:27:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-18T08:39:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3A8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.20.0-202509251629.p2.g7d9f4ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3Ac109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.20.0-202509262039.p2.gf7004b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.20.0-202509230043.p2.g84a8b0d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3Acc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.20.0-202509262039.p2.g3ba3eb6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3A0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-cni-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3Aa68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-daemon-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-intel-ipu-p4sdk-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-intel-ipu-vsp-container-v4.20.0-202509251424.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3A866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-operator-container-v4.20.0-202509262039.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3Adb37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ib-sriov-cni-container-v4.20.0-202509230043.p2.gf1394f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-daemon-container-v4.20.0-202509230043.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3Aaaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-operator-container-v4.20.0-202509262039.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3A17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-compare-artifacts-container-v4.20.0-202509251629.p2.g5d42739.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-linuxptp-daemon-container-v4.20.0-202509251424.p2.g1165d12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3A26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.20.0-202509230043.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3Ab58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3Ae88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=nmstate-console-plugin-container-v4.20.0-202509230726.p2.gaacdf78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3Aa6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.20.0-202509230726.p2.gd3d2dcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gfd1eecd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3Afc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g3d47aa8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3Ab49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.20.0-202509230726.p2.g854dbe9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510130855.p2.g0c6220d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.20.0-202510151915.p2.g0c6220d.assembly.4.20.0.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256%3A19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-container-v4.20.0-202509261927.p2.g7cced5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3A9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-filestore-csi-driver-container-v4.20.0-202509230043.p2.gcf38790.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Ab10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.ge047b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Aa3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.20.0-202509231357.p2.gf64e9b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.20.0-202509271248.p2.g95ac15a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3Affd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-driver-container-v4.20.0-202509260856.p2.gf944f8a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3Ae1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-mustgather-container-v4.20.0-202509260856.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3A7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-container-v4.20.0-202509260426.p2.g5bf7708.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3Ae69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3A5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-network-metrics-exporter-container-v4.20.0-202509262224.p2.g77b5ec2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3Ad817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-rdma-cni-container-v4.20.0-202509230043.p2.gdde0e44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3A21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-support-log-gather-operator-container-v4.20.0-202509262039.p2.gf8fe527.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3Acb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-container-v4.20.0-202509230043.p2.g6a5f8a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-operator-container-v4.20.0-202509262039.p2.gbe3132b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3A03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ptp-operator-container-v4.20.0-202509262039.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3A39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ptp-operator-must-gather-container-v4.20.0-202509230043.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3Acf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-cni-container-v4.20.0-202509230043.p2.gf652145.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3Ae7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-dp-admission-controller-container-v4.20.0-202509230043.p2.g5101fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3A4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-config-daemon-container-v4.20.0-202509252156.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3A59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-device-plugin-container-v4.20.0-202509251856.p2.g719cbd8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3A99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-operator-container-v4.20.0-202509262224.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3A398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-webhook-container-v4.20.0-202509230726.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3Ac562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Aba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.20.0-202509262039.p2.gab1dc95.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3A176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.20.0-202509251629.p2.g7d9f4ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3A674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.20.0-202509262039.p2.gf7004b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.20.0-202509230043.p2.g84a8b0d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3Aa71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.20.0-202509262039.p2.g3ba3eb6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3Ad7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-cni-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3A66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-daemon-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-p4sdk-rhel9@sha256%3A21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-intel-ipu-p4sdk-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-intel-ipu-vsp-rhel9@sha256%3A41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-intel-ipu-vsp-container-v4.20.0-202509251424.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3A9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-operator-container-v4.20.0-202509262039.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3A364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ib-sriov-cni-container-v4.20.0-202509230043.p2.gf1394f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-daemon-container-v4.20.0-202509230043.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-operator-container-v4.20.0-202509262039.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3Aaab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-compare-artifacts-container-v4.20.0-202509251629.p2.g5d42739.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3Acb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-linuxptp-daemon-container-v4.20.0-202509251424.p2.g1165d12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3A8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.20.0-202509230043.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3Ac469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3Aefdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=nmstate-console-plugin-container-v4.20.0-202509230726.p2.gaacdf78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3A9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.20.0-202509230726.p2.gd3d2dcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gfd1eecd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3Af73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g3d47aa8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3Abc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.20.0-202509230726.p2.g854dbe9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510130855.p2.g0c6220d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3Af0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.20.0-202510151915.p2.g0c6220d.assembly.4.20.0.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256%3A44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-container-v4.20.0-202509261927.p2.g7cced5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256%3A334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-efs-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3Ac9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-filestore-csi-driver-container-v4.20.0-202509230043.p2.gcf38790.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Aa16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.ge047b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3Ac39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.20.0-202509231357.p2.gf64e9b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.20.0-202509271248.p2.g95ac15a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3Ad4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-driver-container-v4.20.0-202509260856.p2.gf944f8a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3Ab0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-mustgather-container-v4.20.0-202509260856.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3A30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-container-v4.20.0-202509260426.p2.g5bf7708.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3A6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3Ac9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-network-metrics-exporter-container-v4.20.0-202509262224.p2.g77b5ec2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3A3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-rdma-cni-container-v4.20.0-202509230043.p2.gdde0e44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3A178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-support-log-gather-operator-container-v4.20.0-202509262039.p2.gf8fe527.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3A02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-container-v4.20.0-202509230043.p2.g6a5f8a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-operator-container-v4.20.0-202509262039.p2.gbe3132b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3A0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ptp-operator-container-v4.20.0-202509262039.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3Afd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ptp-operator-must-gather-container-v4.20.0-202509230043.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-cni-container-v4.20.0-202509230043.p2.gf652145.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3A677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-dp-admission-controller-container-v4.20.0-202509230043.p2.g5101fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3A2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-config-daemon-container-v4.20.0-202509252156.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3A60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-device-plugin-container-v4.20.0-202509251856.p2.g719cbd8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3Addde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-operator-container-v4.20.0-202509262224.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3A3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-webhook-container-v4.20.0-202509230726.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3A0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Af7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.20.0-202509262039.p2.gab1dc95.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256%3A5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cloud-event-proxy-container-v4.20.0-202509251629.p2.g7d9f4ca.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3Ae5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.20.0-202509262039.p2.gf7004b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3A7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.20.0-202509230043.p2.g84a8b0d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3Aabf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.20.0-202509262039.p2.g3ba3eb6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3Aa5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-cni-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3A2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-daemon-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3A106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-operator-container-v4.20.0-202509262039.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256%3A9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ib-sriov-cni-container-v4.20.0-202509230043.p2.gf1394f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3Ae991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-daemon-container-v4.20.0-202509230043.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-operator-container-v4.20.0-202509262039.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3A2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-compare-artifacts-container-v4.20.0-202509251629.p2.g5d42739.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9@sha256%3A29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-linuxptp-daemon-container-v4.20.0-202509251424.p2.g1165d12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3A5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.20.0-202509230043.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3A871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3A47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=nmstate-console-plugin-container-v4.20.0-202509230726.p2.gaacdf78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3Aa0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.20.0-202509230726.p2.gd3d2dcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gfd1eecd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3A2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g3d47aa8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3A6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.20.0-202509230726.p2.g854dbe9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3A3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510130855.p2.g0c6220d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.20.0-202510151915.p2.g0c6220d.assembly.4.20.0.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256%3A2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-filestore-csi-driver-container-v4.20.0-202509230043.p2.gcf38790.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256%3Acdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.ge047b5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.20.0-202509231357.p2.gf64e9b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.20.0-202509271248.p2.g95ac15a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3Ae685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-driver-container-v4.20.0-202509260856.p2.gf944f8a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-mustgather-container-v4.20.0-202509260856.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3Ac018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-container-v4.20.0-202509260426.p2.g5bf7708.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3A32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256%3A17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-network-metrics-exporter-container-v4.20.0-202509262224.p2.g77b5ec2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256%3A5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-sriov-rdma-cni-container-v4.20.0-202509230043.p2.gdde0e44.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3Ad3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-support-log-gather-operator-container-v4.20.0-202509262039.p2.gf8fe527.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3A100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-container-v4.20.0-202509230043.p2.g6a5f8a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-operator-container-v4.20.0-202509262039.p2.gbe3132b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ptp-rhel9-operator@sha256%3A31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ptp-operator-container-v4.20.0-202509262039.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ptp-must-gather-rhel9@sha256%3Ae8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ptp-operator-must-gather-container-v4.20.0-202509230043.p2.g58a19b8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/sriov-cni-rhel9@sha256%3A47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-cni-container-v4.20.0-202509230043.p2.gf652145.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256%3Adb31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-dp-admission-controller-container-v4.20.0-202509230043.p2.g5101fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256%3A30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-config-daemon-container-v4.20.0-202509252156.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256%3Adce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-device-plugin-container-v4.20.0-202509251856.p2.g719cbd8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256%3Aca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-operator-container-v4.20.0-202509262224.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256%3A6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=sriov-network-webhook-container-v4.20.0-202509230726.p2.gb1ab501.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3Ab6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3A766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.20.0-202509262039.p2.gab1dc95.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256%3Ac961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-nfd-operator-container-v4.20.0-202509262039.p2.gf7004b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256%3Ab4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-container-v4.20.0-202509230043.p2.g84a8b0d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256%3A260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-clusterresourceoverride-operator-container-v4.20.0-202509262039.p2.g3ba3eb6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-cni-rhel9@sha256%3Aba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-cni-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256%3A3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-daemon-container-v4.20.0-202509241057.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-dpu-rhel9-operator@sha256%3A599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=dpu-operator-container-v4.20.0-202509262039.p2.g2b97ca9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9@sha256%3A78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-daemon-container-v4.20.0-202509230043.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"product_id": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256%3A2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ingress-node-firewall-operator-container-v4.20.0-202509262039.p2.gb5bb87b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"product_id": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256%3A41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-compare-artifacts-container-v4.20.0-202509251629.p2.g5d42739.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256%3Add57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-diskmaker-container-v4.20.0-202509230043.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256%3A28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-local-storage-mustgather-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256%3Ac32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=local-storage-operator-container-v4.20.0-202509262224.p2.g90695a9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"product": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"product_id": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256%3A8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=nmstate-console-plugin-container-v4.20.0-202509230726.p2.gaacdf78.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"product_id": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256%3Ac1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=node-feature-discovery-container-v4.20.0-202509230726.p2.gd3d2dcc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ansible-rhel9-operator@sha256%3A7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230043.p2.gfd1eecd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256%3Aa6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509230726.p2.g3d47aa8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"product_id": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-helm-rhel9-operator@sha256%3Acba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-helm-operator-container-v4.20.0-202509230726.p2.g854dbe9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256%3Ad02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202510130855.p2.g0c6220d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"product_id": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256%3A9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubernetes-nmstate-operator-container-v4.20.0-202510151915.p2.g0c6220d.assembly.4.20.0.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9@sha256%3A445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-container-v4.20.0-202509231357.p2.gf64e9b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"product": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"product_id": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metallb-rhel9-operator@sha256%3A7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-metallb-operator-container-v4.20.0-202509271248.p2.g95ac15a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256%3A7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-driver-container-v4.20.0-202509260856.p2.gf944f8a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256%3A6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.20.0-202509262039.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256%3A19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-secrets-store-csi-mustgather-container-v4.20.0-202509260856.p2.g354833a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256%3A9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-container-v4.20.0-202509260426.p2.g5bf7708.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256%3A737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-smb-csi-driver-operator-container-v4.20.0-202509262039.p2.ga92ebd0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-support-log-gather-rhel9-operator@sha256%3Ab8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-support-log-gather-operator-container-v4.20.0-202509262039.p2.gf8fe527.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9@sha256%3Aa25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-container-v4.20.0-202509230043.p2.g6a5f8a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"product_id": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pf-status-relay-rhel9-operator@sha256%3A56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=pf-status-relay-operator-container-v4.20.0-202509262039.p2.gbe3132b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256%3A599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-container-v4.20.0-202509230726.p2.gd883d0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"product_id": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256%3Ae944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vertical-pod-autoscaler-operator-container-v4.20.0-202509262039.p2.gab1dc95.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64"
},
"product_reference": "registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-10-21T03:27:40+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9563"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:2057c6fcf6e4108ee98fd1ee1942166d323711b888b4e6b7274302c3079ca69b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:21f3abc6d05e93c31c5624c211738ddc30b83de2e81255d7a97948f3c4310759_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:77fc621077ae4227c58c7788035505c3a8f02dac46f0ce1d9990acdb3e13b86e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator@sha256:aaeac7f8b86d858f540dbb0480d25d8baf70bf2a840ff49782d114f942614996_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:389d30f916f77ab104dd8762fe39477be16ebe228f62e00c09e20bebb203155c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:78a29ccd30ae3ccb356a8dcbd8d78ab50754c2e801544301170a5a4f5f78f6d7_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:97a5c021313e9a388c93cb2d2ddad39cc64718b672c102cc93fd68efce107598_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ingress-node-firewall-rhel9@sha256:e991786a4f846f82ec8ca1b3f3f4b4fd305c7784951a814a08a6e2d27f26c479_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:17235b0db883ae4a1be4c3ea1a53bc6de457274e8cfb57a89b823017349a576c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:2f8059a21312cacf420aad658e1ecf94385ea10794a1ed54abc96d8c03d744c2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:41f636e60d70ee7242bd1b025d797502b08ed2649e8fe6b043403db4159d00f5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kube-compare-artifacts-rhel9@sha256:aab5358bfd32b17fc5a5679208cb2b94d842e16da2835fadcc41973e62bb5921_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:2aec60abdec96fc7c7a6909cb49b72b99c1253078008886a21b499cbc3bebb1d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:3214b996ac47c14c9e1423e2a6189c79e9245c53a16488c78790b7cd0b3ab78d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:9d29d6a650b237e76ea00488133e57e9ede3daa18a35458943ebe815fea853ed_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator@sha256:f0f5168a61a0bae3cef939e79c48a52175a24729de441dacae32acf48411ec3a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:1e1c60c601d2ba7e2e0cc1997cbed4ca9246daffd991ad02b2789946bcc8c331_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:69bca2b5451629d855b17eea5bd8ae4afb6b8181f5cb484557eff74b1782ee73_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:7b727313567968de2f56ffd43d7d895a282fbc86666674710ac3f4e53d46b323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9-operator@sha256:9ae9a0420eede62f367bf98ee5e7c9c818b6bd3e4eec298d40a21a615dea6523_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:445384df1aad03aea9773ec4a623ff5171b9b1514638460f94da33d19b713dca_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:8b3693b284bb917fe6b53f75db67ea03903dc460f2debf9e825f729d8ae696e2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:a3cf74162718cb58f191ab9706fbf1b8488544295ac786f59e6aa5227a42fead_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/metallb-rhel9@sha256:c39cdd0ac40305708f15f645778917977a06bbe4c349ccf9b0785b4b39aa6733_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:47c668053a6d5b4db9c57b7429bd54793c47a65343fccd9b67c43affe76af0c9_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:8daee845d869a94e584346b1e1d5a6a6bbcce866b2f63ee9be91f08c7dd10323_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:e88c29979259d74c2d6491f927a12b05391ac561c9362b2cad9ec24a13b8b6a4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:efdcd2b13b941b4015870f51106e2607408339a2c6003251f10c49923b8a77da_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:0be0e9e9dff13e72c2c71aa3e86a782b7b97e17dddc289550270df3bdbca6634_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:6f43117edf993ae9d6c2b6e21d84640409f469474c05cae8222aa4677adefa68_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:71c0cfc07945037908694722492dbba79ef80200d6aeaa703a9d178a35d794d1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ansible-rhel9-operator@sha256:7cb18d137529eda04c74a0ba9793d67066a55c608ae2d5bcee1fe612c3e3bf6b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:19522bc31c5106e813fb9dd4f2c34d74145b77fe24152394c04159e3d3f3a6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:44265d92de150823635f1736a028f0672c68472ca299ed70165c23b3243fcb17_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:334372c3a6e761b9ab4403603e31b18d11429a71ba1e2d75cec7c89f0e45b3e9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:61d6601a53259b984618661305344775f58bf0bdb351e8d06859e2adcc8841f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:176458da4d36bf523d14efa146e10f522596514b63740e4a3efe069f5725097e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:5d1e371efe9b69d595ecb019158363dd13477e068c7c6a90e40fd1173a41d896_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9@sha256:8999b598396034adb806e5b7b4edc14299a22245a306ebe0d4a9bb9080765237_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:2973b280042e3e70c78b6754d8632dd5f6d83ed62a6de7c78c762d0a4d0e3971_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:a6810ae8733729c177f2d6beb801f8ff02b45b7aa1242dee1a9fde15cbec5f98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:f73bfbbe9950eba30b998935dbb603f58af851b0f42cc38df2aae87954680228_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-capacity-rhel9@sha256:fc2dedb4c7a2290e4d935ababfc37d30c8015adec82dd4cd20dc9991ade7b288_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:674e103b0a77c06b0d5cf17771d980466397003a886d3cc4cd3b4cfad0431014_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c109dbbde4d80fd4394e64aac5fddc5989fbd32dc5c3a6fb4cfd0e921a840c3f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:c961d32f15066c952e6366ea0de3342dec9ff3efbfbb4d1191023b4200176f70_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator@sha256:e5b335fa28f195b88f6309bf529d10acd9513c73cd989bb9ddc9918ccb477987_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:260e3e4b4473d56e3549b5b446209309e88cc06223c542216dddeb0fe46620e1_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:a71f2a2ba385ab12380af9b31997db95464b4df189931b0bea61063ed2b8f352_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:abf0eb422044a975fab8d9f9483973e860b33b13155de365feae2af57d455c4d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:cc289454650c6ba50d42a612faac84c3d9266508b069f6b432b57836d7f90b7c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:639427fbcdea099db83531f70782a58cc04e278d581196c00f97fa4f87b40c8a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:7a1fc5513b48b399d3ccba625a0156d82af5879d303cd956ee1b6eaa4b83d0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:9164d139d35efb942e8bb880d56a8e2262cb204146d5910bfe93c6026b81184d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9@sha256:b4d157bf6b2a996f70789146a295fb6a674951ff57321ad7a4184da46bcbfd73_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:0a3a27772154967ed76cc5a864baf3226d736349429f9be12ae8711fec3afc4e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:a5f3c6f4b6288422913e96d9120fb3fa25d0bcb2b4cacacfcb5af359b42f256f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:ba559dd1cbb55da4a6f42230ba179ce14305b13e8e463585586657f0ae4e5418_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-cni-rhel9@sha256:d7dc66764828251f26d93bf69e75251751142be09f7ad23ee76c14a0058fa86c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:2ff9c518d1519d4bd45adb006e9bdf249aa94916c1a3156fc4881496de824775_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:3a70e4f86ecd89a26d08cc0c3c667413de479018ab0e517480e648ec10e660a6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:66ce6123a6f4dda1388d7939807a35b9aca62ace97dd91491ed1f6ff0c74bae0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-daemon-rhel9@sha256:a68965e5d9fb8977a6809a9ecf661404d6b0553d7a111214e58fecb174e1cfe2_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:21907037c60ab2049157e6ce61237a38bce35f090900668eb9f5a208f962d325_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-p4sdk-rhel9@sha256:24eebef1d61404ba721fbb4cf492b539c0cedd1a3cfb401c774a741a947f109e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:4012d38fb30672d8e386beb0683a283b88ff32b6f183844428d626c7eb6a553e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-intel-ipu-vsp-rhel9@sha256:41a729c1c0227854f9c0b9b2fca160c194734e340465e480ebbc7c074d3c6f52_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:106fd44939cd6bc38c3df26b8e3acf888fb334b3f361ef620968171b808bb754_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:599abd5d178c7a2f44326a04a7fa70079cdcc2ad64b72ee72f0bbf1c8e913c61_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:866e2b530df453737d482ef3f567adc75984f81c22b6e3825fac3e4b230af6b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-dpu-rhel9-operator@sha256:9b7cd43469454242dece8d95f113ca9d25a7a9df147dbf3fde08c05a0cc35c2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:a16ebcb2e00cc030561613b2e1223f93dd9c798ece51a177276301e46ff747ea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:b10cbafedb03aa248f3009f88566f00739e2b48727085fccc1fdadcbc42a9d57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:cdf522559937b1a52aaa560d0f9f05967c294b517d558b57b8aa3e867303fa62_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:2590edc00179676153b4cfe55613ba73f6e1a41ec4062363ffd556179871d4a5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:9eed3804068ed5896229728fd1e9a817cb932efaf11ab41499895da13b0848c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:c9c29fb4618fc773a7d5e1dda04503712e9c8f0e720d17e98103c3a3a27a8f2a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:6c3b0dc80c6e1b8132d782cbf9fdf74186da8597bebde292d7582a0266a74eb8_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:b49148819129228f6801d94b1795c10e8bfbe4dc8a47d42456f0b08ad2d886f0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:bc124ac29bd6fcf2b9fe6f4cb1785fa7f55225db93632d24f3533618f2937dbd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-helm-rhel9-operator@sha256:cba619bc4d5d5cb8da8f80ac41d250a428d92402a2842013f0b37e7f1bad3153_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2fdd4f38b3690e7688c8ef001e0c6935023a53d6645941048309d0a24c5f571d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:3f40816db7f5bc4036251cecdf6f41be49258f0ce3315755b99c9afc95b17029_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:400040193a7a12428dc05e05181fcc01405c865b1c14bff2f80f3b10451c00b7_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:d02acd8775451f620caa879e14619b946c86ea45c4a4f377c45a87eff7035b3d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:26462d3b9289664f8769b260f1b6188e877f9daeeb574674a489b6c6e17e2966_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:5b5a8212ce01299a3fe0254c0fa1a5e07927d7b64b613fc1d9085c45cf737259_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f2468a6b07c97be149f8d5523a017350f96ad83b4fe43b20e05b2dc8bf7fa69_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9@sha256:dd57afa4e893553ccd0e36d99dd6f60c66cf68a4fa561fa02ecb8a1bf977857f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:1c7dbd31e2e38b6a99419765e02238ff6973a1d4fb810d82ff89bd1e8eea73a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:200910a6c5cacde971de676b03d3af458d3de800a165b431c8e767d4def80281_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:28ae92cba6301a2bd74887594ddaf7243c555ff9b7b742a7f973b1abc3c5d34c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9@sha256:9b2b3c50831872c69b21cd9204281880d17adfa66eecef8db7885c9a1839a975_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:871a61d14907a6b50c031a92fef5e81350b72a12eaea0bc801f5ed8b0984f243_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:b58f21f1f771de71c2270b6b4085e129ac3f17af68ecce6874bbb826f53158cc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c32f372fa720613c2311dda264b7deebf3cf4f41ae9da7daf83be4c4a98884e6_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-local-storage-rhel9-operator@sha256:c469fa353fcc31cf674b5648ed3d35ab7a282dc1e4756851a458422c6e3e2179_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:9ec507b2c4f6bdbf86a6e1479e967039993a6bbb35b1bfc7db294d794a43ffc2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a0e41353f756ec29a1047d37d4980260f3d77fd3d8da72bedea677b00d0c4efe_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:a6a1ed3b46cada68c0568cd022e5c35578460f76c090f565612697ce7871d763_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9@sha256:c1066c27081af4c4485385f25b9e98f1f5636178e03e3044ca8c49d18006e720_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:03f4ae4fda9b460a483d423d88f9361e8e45a7aa3ea795941476fd08443d0868_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:0b49c74a80ae6a75b24c70f005daf2d614fe0b37f8e13a92d1cd44da8f2dc12a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9-operator@sha256:31e941a8f89d1cf196344f3538f795c7f6186dafdcca93d45fc976062df3c0a4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:285b7545808d74820e1f9decea1ec43c7c91531680cbace0fbff794feab3d6ab_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:29dc04fb6db60f97b9c5917aea496a9a5745975f13dffb97be0f662b2f5a58b5_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ptp-rhel9@sha256:cb75a6dafa7c668b1ead675516f9eb2246a8c84ad738e3b2ad53ee7dd12375a7_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:6398a01a0af6476a584b806ed63964c8c48cbc09ffb91f5aad50321bbcf9c132_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:86b5f5179a62a64225df3748e16f92719b2fd86354f58def9a67b0b631c7b1ff_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:8c35c574f2a5586c58a932669e072b7f302e85b19fcdec365257e54a3ae74c99_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b0a1bc0f943576f6b966214e62e77fa86d7e44fc72d7ca529749b27910137851_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:7a61135f9d647e4889bdf45991cadbee3042e7663faa6dd0d7973158085fe750_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:d4c991bb5b6ea52d2f9985e63d1166796101550acba0e3e1beea787c42f5bdfb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:e685c466257b19b598fc4f8490e8b4252d5fccf5368d274dacf4e5d5b835231c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9@sha256:ffd54421ee72ed267e3ac8762323dbd2b48b177eb6719d02c358c87196b87938_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:06c7503f66fbb49ba52864329438e8655ce4074ab9c946a09611359c33cb7994_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:19f38b2b151f44481089918129fe510840665d7bc1c78fc41d134f97315d06e5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:24d2f6162808cb5e817770e89eb9d27cb633145429eeb99f1b9b21fddc8d1ea1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:e1fa6f7617c9ffe2a4104e31daaf5bebec44e0e7460642469e100b3e14a9bcdf_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:32696708c147da42803837656e8c4559eabbd92c263ea17e3310579d38e9c4de_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:6e0e5e628ba4fb74f04e85b653420d727781313e83112c0af7b7ad9d6c01b546_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:737d11872e1f1daaa52699f01428ae6c4dc3fec84e0ce35e949a5412af89920b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator@sha256:e69c8e0fa7852d1cfde2f1453527777636a69c7bfc2360dd4d14421b6e55c3b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:30cafd33723e954e74203d8f6f83a0d9969800838c1705513dda70312e25cef0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:7c62997a3682e223feb9b37aa0f299443c050d0e24beaf216b43d97667364ef6_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:9b49c45f73355227c6f564cb471f4c14b9a46f7bf4c700c7805554adee6445eb_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9@sha256:c018ae153e1bd695f852f61ce0aca5bef39754e0afd594a78fc63765dc33186c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:677c3106758c768e00beefd58c4968ab03fa0a2cee7055ede76c1d07c0a7bf92_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:db31001ab8d3cd094f6913a47ea5f4a956b94867fc17528595281e5ac93c7a09_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:e7dca024308d3c15eeced3e30350f85f588cb3ccb7b815cedff4bc6091e094f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:364b9d4421f7bf64c2a764484fc2f84e1ead5a76e932abfb1b7a4b7e19d9744a_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:9d4baa72334f342c631f0f3156735f58023382c465ad2aaa80fce2f0e088c07b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9@sha256:db37e960b0662d7220824c42093f34f3c2ca0002e44421e3e9390b7eccd8ed5a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2bff1c5d5f9272b131c596edbb7bb0fae915cab8534d4fd63badea7458029e96_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:30f8885ff1aaf2847029aa3ec0b0a437ca0b0099b5a3e9dd8416ab108deb311c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9@sha256:4def5794faf90c879d79f8b8f56dee85a167bfe3e6371a65c3ad739265cdb7d0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:59798be31808c4c40154c37f6435abb73f91f412b2fe7efcad8e7513f4450803_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:60171b2fd2c7eadf8e6326ea558a5e94ee2335c2f705352e8af4719649534ad0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9@sha256:dce65bc8d212bff2785bf67083e6b8bfd91957e9eda17ca9667bc7a8f6e58bbd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:17409b947d02070ca4091ec5e4efae14b9432c9e1572822153c7d3accb86379c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:5b3a4fea89d434c718a5f890455d42da340357374b9c231edb2886667e26788f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:c9c0d0fd5377f68ac20ed3bef823648dffdc4a371333ac9066aed8b0cf433ab6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:99400eab0d5467cb61ea4e35f72c74fc6ac709afdff12c44c28f506caf787850_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ca9d3b2e5a0c975b456dfc6e16d87a83f6f641b32f6ce6d1191616d8daff58fd_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator@sha256:ddde6e591d066ff89c02cbf568fbf76a9ccd1db405d9010a52b63eb075e3b897_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:3509584e9496fa63d399ce0e5650e0780c84563b62480a3a3f852b06f61c9aa9_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:398eba870548e99918300e6ab46cfa0551635e49c67b9959a3dfd68dabd61235_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9@sha256:6d5fb60b8a0b4c3d91a483291aa725d246b3c3abaaa9666335828d2cdc7e6e1c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:3a1098271ac5cb5f029326d5a780c811f26a3b5aab3ea90eb582f2831c7cef40_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:5cddc8b0532da7a20ca5adeaf8ff57dd087ce7ed57699b78c6671723e758b780_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9@sha256:d817b07d67c51558e440376ad4166b1f67c18029f69a7e9bfa1ab46897cb63f4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:178909f0b8ed5c8a7a49ac37a84b465a39568be3f71ebaa1a3281c94b8757909_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:21646eac248ce886e84219292a425cafd0ba37c41afb8a1a0a920debb8d9ee98_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:b8d4fcbe5b0686833cbe74f810f60f3a1819c7b1852ed7baab42e57186bd13ea_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-support-log-gather-rhel9-operator@sha256:d3690a65f5ca7f17525d505f39e615b872e0ada81b09bdb89bf90256314b9a6f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:766bf730b040f7f6152b7f4baf8cee953b4d7bab04ebe2952069fa9dd10e3441_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:ba30c772e16e8f890f7b01c7cd817be667098c00eb5a86b3ed175d9403edccb8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:e944d87790d391cdf40d901bd258649afa1fe9070053b756be1bcb0786def873_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:f7188e64828c7b1a27e6904c94866d96b1f983c0e3d69cce460c1f136403b0a8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:0ec567ed75c09c5135eaf5c52ab047f679f6d48b1fad7f4f28c48f7db102c8ec_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:599f47d020421f9c568f7b12cdd5b319a945e95b15045148d71d2fe50b80867d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:b6d0dbcfc0c1b9d3efc44621c3f230b397d05bfae26c88427e065faeebb2736f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:c562fba0313349a15dcc45a293bf642e0f0650c708073202e37c13bdd4526bb3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:56e50896108f4a91cc9cf9c90b95dcf69dd471a425e38d8381788a50616de2b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:7aad704276cf21336c9a1356bee7f87a726777914600bbd42721cb59798ea121_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:8a0c76160e743fcd6f43b18880a0ad6090b24f8593400a03175974f864511fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9-operator@sha256:91c1b75003c1e820080d012574cd37f6c9b66fe650f00af29f9e65a952f80ec6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:02ec9dd2646d12fb7a3d087f55fabd6b5c0ead2fb6ef01ff6c5188abf32844f4_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:100c3b4224919998d5b66c909672d05be42404eb3386084db277e246122cbb26_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:a25ad8bd7a8bcf381d52454e6db570fcf36e54f9562c3aa8a3239e03e7895d6a_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/pf-status-relay-rhel9@sha256:cb17b9ea44c13a662cc40563a912cf0361f583e57e37b9150579d99d11af4fb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:39586feade4717f6ba28514e0304efcb37ab679548b9f686d161b7949e15f86a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:e8d1ade8d347f95ba3c124d0485a1ab0bfddeca269432966465ca8d419d600b7_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ptp-must-gather-rhel9@sha256:fd445e6ced2d6185fb0ceaede206e9790170adf81400c00d172ec561bd6cf77c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:47279d471c54bd314e247119e8c918db7a42ac137963bbff03693442426c81d4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:59274d68065f991f7ceb02592af29a0ddc43edccd752f3b775d229b92ca49fe0_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/sriov-cni-rhel9@sha256:cf0ed86abce26ee90c40ce1afab94e845306d2d8d4efbad539ae27b60ec2186d_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
}
]
}
SUSE-SU-2025:01985-1
Vulnerability from csaf_suse - Published: 2025-06-18 02:07 - Updated: 2025-06-18 02:07Summary
Security update 4.3.15 for Multi-Linux Manager Server
Severity
Moderate
Notes
Title of the patch: Security update 4.3.15 for Multi-Linux Manager Server
Description of the patch: This update fixes the following issues:
release-notes-susemanager:
- Update to SUSE Manager 4.3.15.2
* SUSE Manager 4.3 will transition to LTS after June 2025
* CVE Fixed
CVE-2023-45288, CVE-2024-11741, CVE-2024-45337, CVE-2024-45339
CVE-2024-51744, CVE-2024-9264, CVE-2024-9476, CVE-2025-22870
CVE-2025-22872, CVE-2025-2703 CVE-2025-27144, CVE-2025-3454
CVE-2025-3580, CVE-2025-4123, CVE-2024-47535
Patchnames: SUSE-2025-1985,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1985
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.3 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
8.1 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.1 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.1 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
9.9 (Critical)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
5.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.4 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.3 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.3 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.6 (High)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
51 references
{
"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": "Security update 4.3.15 for Multi-Linux Manager Server",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update fixes the following issues:\n\nrelease-notes-susemanager:\n\n- Update to SUSE Manager 4.3.15.2\n * SUSE Manager 4.3 will transition to LTS after June 2025\n * CVE Fixed\n CVE-2023-45288, CVE-2024-11741, CVE-2024-45337, CVE-2024-45339\n CVE-2024-51744, CVE-2024-9264, CVE-2024-9476, CVE-2025-22870\n CVE-2025-22872, CVE-2025-2703 CVE-2025-27144, CVE-2025-3454\n CVE-2025-3580, CVE-2025-4123, CVE-2024-47535\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1985,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-1985",
"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/suse-su-2025_01985-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01985-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501985-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01985-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040353.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-45288 page",
"url": "https://www.suse.com/security/cve/CVE-2023-45288/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11741/"
},
{
"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-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47535 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47535/"
},
{
"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-9264 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9264/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9476 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9476/"
},
{
"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-2703 page",
"url": "https://www.suse.com/security/cve/CVE-2025-2703/"
},
{
"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-3454 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3454/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-3580 page",
"url": "https://www.suse.com/security/cve/CVE-2025-3580/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4123 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4123/"
}
],
"title": "Security update 4.3.15 for Multi-Linux Manager Server",
"tracking": {
"current_release_date": "2025-06-18T02:07:51Z",
"generator": {
"date": "2025-06-18T02:07:51Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01985-1",
"initial_release_date": "2025-06-18T02:07:51Z",
"revision_history": [
{
"date": "2025-06-18T02:07:51Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"product": {
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"product_id": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
},
"product_reference": "release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45288",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-45288"
}
],
"notes": [
{
"category": "general",
"text": "An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request\u0027s headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-45288",
"url": "https://www.suse.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "SUSE Bug 1221400 for CVE-2023-45288",
"url": "https://bugzilla.suse.com/1221400"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2023-45288"
},
{
"cve": "CVE-2024-11741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11741"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. \nThe Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 11.5.0, 11.4.1, 11.3.3, 11.2.6, 11.1.11, 11.0.11 and 10.4.15",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11741",
"url": "https://www.suse.com/security/cve/CVE-2024-11741"
},
{
"category": "external",
"summary": "SUSE Bug 1236734 for CVE-2024-11741",
"url": "https://bugzilla.suse.com/1236734"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-11741"
},
{
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2024-45337"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-47535",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47535"
}
],
"notes": [
{
"category": "general",
"text": "Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers \u0026 clients. An unsafe reading of environment file could potentially cause a denial of service in Netty. When loaded on an Windows application, Netty attempts to load a file that does not exist. If an attacker creates such a large file, the Netty application crashes. This vulnerability is fixed in 4.1.115.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47535",
"url": "https://www.suse.com/security/cve/CVE-2024-47535"
},
{
"category": "external",
"summary": "SUSE Bug 1233297 for CVE-2024-47535",
"url": "https://bugzilla.suse.com/1233297"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-47535"
},
{
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-51744"
},
{
"cve": "CVE-2024-9264",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9264"
}
],
"notes": [
{
"category": "general",
"text": "The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input. These queries are insufficiently sanitized before being passed to `duckdb`, leading to a command injection and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this attack. The `duckdb` binary must be present in Grafana\u0027s $PATH for this attack to function; by default, this binary is not installed in Grafana distributions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9264",
"url": "https://www.suse.com/security/cve/CVE-2024-9264"
},
{
"category": "external",
"summary": "SUSE Bug 1231844 for CVE-2024-9264",
"url": "https://bugzilla.suse.com/1231844"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "critical"
}
],
"title": "CVE-2024-9264"
},
{
"cve": "CVE-2024-9476",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9476"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability in Grafana Labs Grafana OSS and Enterprise allows Privilege Escalation allows users to gain access to resources from other organizations within the same Grafana instance via the Grafana Cloud Migration Assistant.This vulnerability will only affect users who utilize the Organizations feature to isolate resources on their Grafana instance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9476",
"url": "https://www.suse.com/security/cve/CVE-2024-9476"
},
{
"category": "external",
"summary": "SUSE Bug 1233343 for CVE-2024-9476",
"url": "https://bugzilla.suse.com/1233343"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2024-9476"
},
{
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-22872"
},
{
"cve": "CVE-2025-2703",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-2703"
}
],
"notes": [
{
"category": "general",
"text": "The built-in XY Chart plugin is vulnerable to a DOM XSS vulnerability. \n\nA user with Editor permissions is able to modify such a panel in order to make it execute arbitrary JavaScript.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-2703",
"url": "https://www.suse.com/security/cve/CVE-2025-2703"
},
{
"category": "external",
"summary": "SUSE Bug 1241687 for CVE-2025-2703",
"url": "https://bugzilla.suse.com/1241687"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-2703"
},
{
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2025-27144"
},
{
"cve": "CVE-2025-3454",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3454"
}
],
"notes": [
{
"category": "general",
"text": "This vulnerability in Grafana\u0027s datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path.\n\nUsers with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources.\n\nThe issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prometheus-based datasources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3454",
"url": "https://www.suse.com/security/cve/CVE-2025-3454"
},
{
"category": "external",
"summary": "SUSE Bug 1241683 for CVE-2025-3454",
"url": "https://bugzilla.suse.com/1241683"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-3454"
},
{
"cve": "CVE-2025-3580",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-3580"
}
],
"notes": [
{
"category": "general",
"text": "An access control vulnerability was discovered in Grafana OSS where an Organization administrator could permanently delete the Server administrator account. This vulnerability exists in the DELETE /api/org/users/ endpoint.\n\nThe vulnerability can be exploited when:\n\n1. An Organization administrator exists\n\n2. The Server administrator is either:\n\n - Not part of any organization, or\n - Part of the same organization as the Organization administrator\nImpact:\n\n- Organization administrators can permanently delete Server administrator accounts\n\n- If the only Server administrator is deleted, the Grafana instance becomes unmanageable\n\n- No super-user permissions remain in the system\n\n- Affects all users, organizations, and teams managed in the instance\n\nThe vulnerability is particularly serious as it can lead to a complete loss of administrative control over the Grafana instance.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-3580",
"url": "https://www.suse.com/security/cve/CVE-2025-3580"
},
{
"category": "external",
"summary": "SUSE Bug 1243672 for CVE-2025-3580",
"url": "https://bugzilla.suse.com/1243672"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "moderate"
}
],
"title": "CVE-2025-3580"
},
{
"cve": "CVE-2025-4123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4123"
}
],
"notes": [
{
"category": "general",
"text": "A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF.\n\nThe default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4123",
"url": "https://www.suse.com/security/cve/CVE-2025-4123"
},
{
"category": "external",
"summary": "SUSE Bug 1243714 for CVE-2025-4123",
"url": "https://bugzilla.suse.com/1243714"
}
],
"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": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.6,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Server 4.3:release-notes-susemanager-4.3.15.2-150400.3.133.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-18T02:07:51Z",
"details": "important"
}
],
"title": "CVE-2025-4123"
}
]
}
SUSE-SU-2025:02149-1
Vulnerability from csaf_suse - Published: 2025-06-27 05:22 - Updated: 2025-06-27 05:22Summary
Security update for google-osconfig-agent
Severity
Important
Notes
Title of the patch: Security update for google-osconfig-agent
Description of the patch: This update for google-osconfig-agent fixes the following issues:
- Update to version 20250416.02 (bsc#1244304, bsc#1244503)
* defaultSleeper: tolerate 10% difference to reduce test flakiness
* Add output of some packagemanagers to the testdata
- from version 20250416.01
* Refactor OS Info package
- from version 20250416.00
* Report RPM inventory as YUM instead of empty SoftwarePackage
when neither Zypper nor YUM are installed.
- from version 20250414.00
* Update hash computation algorithm
- Update to version 20250320.00
* Bump github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1
- from version 20250318.00
* Bump go.opentelemetry.io/otel/sdk/metric from 1.32.0 to 1.35.0
- from version 20250317.02
* Bump cel.dev/expr from 0.18.0 to 0.22.0
* Bump github.com/golang/glog from 1.2.3 to 1.2.4 in the go_modules group
- from version 20250317.01
* Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0
- from version 20250317.00
* Add tests for retryutil package.
- from version 20250306.00
* Update OWNERS
- from version 20250206.01
* Use separate counters for pre- and post-patch reboots.
- from version 20250206.00
* Update owners
- from version 20250203.00
* Fix the vet errors for contants in logging
- from version 20250122.00
* change available package check
- from version 20250121.00
* Fix Inventory reporting e2e tests.
- from version 20250120.00
* fix e2e tests
- Add -buildmode=pie to go build command line (bsc#1239948)
- merged upstream
- Renumber patches
Patchnames: SUSE-2025-2149,SUSE-SLE-Micro-5.5-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP7-2025-2149,openSUSE-SLE-15.6-2025-2149
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.1 (High)
Affected products
Recommended
28 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
10 references
{
"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 google-osconfig-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-osconfig-agent fixes the following issues:\n\n- Update to version 20250416.02 (bsc#1244304, bsc#1244503)\n * defaultSleeper: tolerate 10% difference to reduce test flakiness\n * Add output of some packagemanagers to the testdata\n- from version 20250416.01\n * Refactor OS Info package\n- from version 20250416.00\n * Report RPM inventory as YUM instead of empty SoftwarePackage\n when neither Zypper nor YUM are installed.\n- from version 20250414.00\n * Update hash computation algorithm\n- Update to version 20250320.00\n * Bump github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1\n- from version 20250318.00\n * Bump go.opentelemetry.io/otel/sdk/metric from 1.32.0 to 1.35.0\n- from version 20250317.02\n * Bump cel.dev/expr from 0.18.0 to 0.22.0\n * Bump github.com/golang/glog from 1.2.3 to 1.2.4 in the go_modules group\n- from version 20250317.01\n * Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0\n- from version 20250317.00\n * Add tests for retryutil package.\n- from version 20250306.00\n * Update OWNERS\n- from version 20250206.01\n * Use separate counters for pre- and post-patch reboots.\n- from version 20250206.00\n * Update owners\n- from version 20250203.00\n * Fix the vet errors for contants in logging\n- from version 20250122.00\n * change available package check\n- from version 20250121.00\n * Fix Inventory reporting e2e tests.\n- from version 20250120.00\n * fix e2e tests\n- Add -buildmode=pie to go build command line (bsc#1239948)\n- merged upstream\n- Renumber patches\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2149,SUSE-SLE-Micro-5.5-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-2149,SUSE-SLE-Module-Public-Cloud-15-SP7-2025-2149,openSUSE-SLE-15.6-2025-2149",
"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/suse-su-2025_02149-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02149-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502149-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02149-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040526.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239948",
"url": "https://bugzilla.suse.com/1239948"
},
{
"category": "self",
"summary": "SUSE Bug 1244304",
"url": "https://bugzilla.suse.com/1244304"
},
{
"category": "self",
"summary": "SUSE Bug 1244503",
"url": "https://bugzilla.suse.com/1244503"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
}
],
"title": "Security update for google-osconfig-agent",
"tracking": {
"current_release_date": "2025-06-27T05:22:03Z",
"generator": {
"date": "2025-06-27T05:22:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02149-1",
"initial_release_date": "2025-06-27T05:22:03Z",
"revision_history": [
{
"date": "2025-06-27T05:22:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"product": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"product_id": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.i586",
"product": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.i586",
"product_id": "google-osconfig-agent-20250416.02-150000.1.50.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"product": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"product_id": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"product": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"product_id": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"product": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"product_id": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP7:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250416.02-150000.1.50.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-27T05:22:03Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
}
]
}
SUSE-SU-2025:02150-1
Vulnerability from csaf_suse - Published: 2025-06-27 05:22 - Updated: 2025-06-27 05:22Summary
Security update for google-osconfig-agent
Severity
Important
Notes
Title of the patch: Security update for google-osconfig-agent
Description of the patch: This update for google-osconfig-agent fixes the following issues:
- Update to version 20250416.02 (bsc#1244304, bsc#1244503)
* defaultSleeper: tolerate 10% difference to reduce test flakiness
* Add output of some packagemanagers to the testdata
- from version 20250416.01
* Refactor OS Info package
- from version 20250416.00
* Report RPM inventory as YUM instead of empty SoftwarePackage
when neither Zypper nor YUM are installed.
- from version 20250414.00
* Update hash computation algorithm
- Update to version 20250320.00
* Bump github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1
- from version 20250318.00
* Bump go.opentelemetry.io/otel/sdk/metric from 1.32.0 to 1.35.0
- from version 20250317.02
* Bump cel.dev/expr from 0.18.0 to 0.22.0
* Bump github.com/golang/glog from 1.2.3 to 1.2.4 in the go_modules group
- from version 20250317.01
* Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0
- from version 20250317.00
* Add tests for retryutil package.
- from version 20250306.00
* Update OWNERS
- from version 20250206.01
* Use separate counters for pre- and post-patch reboots.
- from version 20250206.00
* Update owners
- from version 20250203.00
* Fix the vet errors for contants in logging
- from version 20250122.00
* change available package check
- from version 20250121.00
* Fix Inventory reporting e2e tests.
- from version 20250120.00
* fix e2e tests
- Add -buildmode=pie to go build command line (bsc#1239948)
- merged upstream
- Renumber patches
Patchnames: SUSE-2025-2150,SUSE-SLE-Module-Public-Cloud-12-2025-2150
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
10 references
{
"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 google-osconfig-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-osconfig-agent fixes the following issues:\n\n- Update to version 20250416.02 (bsc#1244304, bsc#1244503)\n * defaultSleeper: tolerate 10% difference to reduce test flakiness\n * Add output of some packagemanagers to the testdata\n- from version 20250416.01\n * Refactor OS Info package\n- from version 20250416.00\n * Report RPM inventory as YUM instead of empty SoftwarePackage\n when neither Zypper nor YUM are installed.\n- from version 20250414.00\n * Update hash computation algorithm\n- Update to version 20250320.00\n * Bump github.com/envoyproxy/protoc-gen-validate from 1.1.0 to 1.2.1\n- from version 20250318.00\n * Bump go.opentelemetry.io/otel/sdk/metric from 1.32.0 to 1.35.0\n- from version 20250317.02\n * Bump cel.dev/expr from 0.18.0 to 0.22.0\n * Bump github.com/golang/glog from 1.2.3 to 1.2.4 in the go_modules group\n- from version 20250317.01\n * Bump cloud.google.com/go/logging from 1.12.0 to 1.13.0\n- from version 20250317.00\n * Add tests for retryutil package.\n- from version 20250306.00\n * Update OWNERS\n- from version 20250206.01\n * Use separate counters for pre- and post-patch reboots.\n- from version 20250206.00\n * Update owners\n- from version 20250203.00\n * Fix the vet errors for contants in logging\n- from version 20250122.00\n * change available package check\n- from version 20250121.00\n * Fix Inventory reporting e2e tests.\n- from version 20250120.00\n * fix e2e tests\n- Add -buildmode=pie to go build command line (bsc#1239948)\n- merged upstream\n- Renumber patches\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2150,SUSE-SLE-Module-Public-Cloud-12-2025-2150",
"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/suse-su-2025_02150-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02150-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502150-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02150-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040525.html"
},
{
"category": "self",
"summary": "SUSE Bug 1239948",
"url": "https://bugzilla.suse.com/1239948"
},
{
"category": "self",
"summary": "SUSE Bug 1244304",
"url": "https://bugzilla.suse.com/1244304"
},
{
"category": "self",
"summary": "SUSE Bug 1244503",
"url": "https://bugzilla.suse.com/1244503"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
}
],
"title": "Security update for google-osconfig-agent",
"tracking": {
"current_release_date": "2025-06-27T05:22:19Z",
"generator": {
"date": "2025-06-27T05:22:19Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02150-1",
"initial_release_date": "2025-06-27T05:22:19Z",
"revision_history": [
{
"date": "2025-06-27T05:22:19Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-1.41.1.aarch64",
"product": {
"name": "google-osconfig-agent-20250416.02-1.41.1.aarch64",
"product_id": "google-osconfig-agent-20250416.02-1.41.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-1.41.1.i586",
"product": {
"name": "google-osconfig-agent-20250416.02-1.41.1.i586",
"product_id": "google-osconfig-agent-20250416.02-1.41.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"product": {
"name": "google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"product_id": "google-osconfig-agent-20250416.02-1.41.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-1.41.1.s390x",
"product": {
"name": "google-osconfig-agent-20250416.02-1.41.1.s390x",
"product_id": "google-osconfig-agent-20250416.02-1.41.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250416.02-1.41.1.x86_64",
"product": {
"name": "google-osconfig-agent-20250416.02-1.41.1.x86_64",
"product_id": "google-osconfig-agent-20250416.02-1.41.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-1.41.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250416.02-1.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-1.41.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-1.41.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.s390x"
},
"product_reference": "google-osconfig-agent-20250416.02-1.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250416.02-1.41.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250416.02-1.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250416.02-1.41.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-27T05:22:19Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
}
]
}
SUSE-SU-2025:0297-1
Vulnerability from csaf_suse - Published: 2025-01-30 14:03 - Updated: 2025-01-30 14:03Summary
Security update for govulncheck-vulndb
Severity
Moderate
Notes
Title of the patch: Security update for govulncheck-vulndb
Description of the patch: This update for govulncheck-vulndb fixes the following issues:
- Update to version 0.0.20250128T150132 2025-01-28T15:01:32Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3409 CVE-2025-23208 GHSA-c9p4-xwr9-rfhx
* GO-2025-3410 CVE-2025-24337 GHSA-3qc3-mx6x-267h
* GO-2025-3413 CVE-2025-0377 GHSA-wpfp-cm49-9m9q
* GO-2025-3414 CVE-2024-11218 GHSA-5vpc-35f4-r8w6
* GO-2025-3415 CVE-2025-23028 GHSA-9m5p-c77c-f9j7
* GO-2025-3416 CVE-2025-23047 GHSA-h78m-j95m-5356
* GO-2025-3418 CVE-2025-24030 GHSA-j777-63hf-hx76
* GO-2025-3419 CVE-2025-24355 GHSA-v34r-vj4r-38j6
* GO-2025-3422 CVE-2025-24354
- Update to version 0.0.20250128T004730 2025-01-28T00:47:30Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3372 CVE-2024-45339
* GO-2025-3373 CVE-2024-45341
* GO-2025-3383 CVE-2024-45340
* GO-2025-3420 CVE-2024-45336
* GO-2025-3421 CVE-2025-22865
- Update to version 0.0.20250117T214834 2025-01-17T21:48:34Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3392 CVE-2025-20086 GHSA-5m7j-6gc4-ff5g
* GO-2025-3393 CVE-2025-21088 GHSA-8j3q-gc9x-7972
* GO-2025-3394 CVE-2025-20088 GHSA-45v9-w9fh-33j6
* GO-2025-3396 CVE-2024-52594
* GO-2025-3397 CVE-2024-36402 GHSA-8vmr-h7h5-cqhg
* GO-2025-3398 CVE-2024-52791 GHSA-gp86-q8hg-fpxj
* GO-2025-3399 CVE-2024-52602 GHSA-r6jg-jfv6-2fjv
* GO-2025-3400 CVE-2024-56515 GHSA-rcxc-wjgw-579r
* GO-2025-3401 CVE-2024-36403 GHSA-vc2m-hw89-qjxf
* GO-2025-3407 CVE-2025-20621 GHSA-w6xh-c82w-h997
- Update to version 0.0.20250115T172141 2025-01-15T17:21:41Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3381 CVE-2024-56138 GHSA-45v3-38pc-874v
* GO-2025-3382 CVE-2024-51491 GHSA-qjh3-4j3h-vmwp
* GO-2025-3384 CVE-2024-56323 GHSA-32q6-rr98-cjqv
* GO-2025-3390 CVE-2024-53263 GHSA-q6r2-x2cc-vrp7
* GO-2025-3391 CVE-2024-52281 GHSA-2v2w-8v8c-wcm9
- Update to version 0.0.20250109T194159 2025-01-09T19:41:59Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3376 CVE-2025-22149 GHSA-675f-rq2r-jw82
* GO-2025-3377 CVE-2025-22449 GHSA-q8fg-cp3q-5jwm
* GO-2025-3379 CVE-2025-20033 GHSA-2549-xh72-qrpm
* GO-2025-3380 CVE-2025-22445 GHSA-7rgp-4j56-fm79
Patchnames: SUSE-2025-297,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-297,openSUSE-SLE-15.6-2025-297
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.7 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.9 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.7 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.2 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
81 references
{
"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": "Security update for govulncheck-vulndb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for govulncheck-vulndb fixes the following issues:\n\n- Update to version 0.0.20250128T150132 2025-01-28T15:01:32Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3409 CVE-2025-23208 GHSA-c9p4-xwr9-rfhx\n * GO-2025-3410 CVE-2025-24337 GHSA-3qc3-mx6x-267h\n * GO-2025-3413 CVE-2025-0377 GHSA-wpfp-cm49-9m9q\n * GO-2025-3414 CVE-2024-11218 GHSA-5vpc-35f4-r8w6\n * GO-2025-3415 CVE-2025-23028 GHSA-9m5p-c77c-f9j7\n * GO-2025-3416 CVE-2025-23047 GHSA-h78m-j95m-5356\n * GO-2025-3418 CVE-2025-24030 GHSA-j777-63hf-hx76\n * GO-2025-3419 CVE-2025-24355 GHSA-v34r-vj4r-38j6\n * GO-2025-3422 CVE-2025-24354\n\n- Update to version 0.0.20250128T004730 2025-01-28T00:47:30Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3372 CVE-2024-45339\n * GO-2025-3373 CVE-2024-45341\n * GO-2025-3383 CVE-2024-45340\n * GO-2025-3420 CVE-2024-45336\n * GO-2025-3421 CVE-2025-22865\n\n- Update to version 0.0.20250117T214834 2025-01-17T21:48:34Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3392 CVE-2025-20086 GHSA-5m7j-6gc4-ff5g\n * GO-2025-3393 CVE-2025-21088 GHSA-8j3q-gc9x-7972\n * GO-2025-3394 CVE-2025-20088 GHSA-45v9-w9fh-33j6\n * GO-2025-3396 CVE-2024-52594\n * GO-2025-3397 CVE-2024-36402 GHSA-8vmr-h7h5-cqhg\n * GO-2025-3398 CVE-2024-52791 GHSA-gp86-q8hg-fpxj\n * GO-2025-3399 CVE-2024-52602 GHSA-r6jg-jfv6-2fjv\n * GO-2025-3400 CVE-2024-56515 GHSA-rcxc-wjgw-579r\n * GO-2025-3401 CVE-2024-36403 GHSA-vc2m-hw89-qjxf\n * GO-2025-3407 CVE-2025-20621 GHSA-w6xh-c82w-h997\n\n- Update to version 0.0.20250115T172141 2025-01-15T17:21:41Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3381 CVE-2024-56138 GHSA-45v3-38pc-874v\n * GO-2025-3382 CVE-2024-51491 GHSA-qjh3-4j3h-vmwp\n * GO-2025-3384 CVE-2024-56323 GHSA-32q6-rr98-cjqv\n * GO-2025-3390 CVE-2024-53263 GHSA-q6r2-x2cc-vrp7\n * GO-2025-3391 CVE-2024-52281 GHSA-2v2w-8v8c-wcm9\n\n- Update to version 0.0.20250109T194159 2025-01-09T19:41:59Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3376 CVE-2025-22149 GHSA-675f-rq2r-jw82\n * GO-2025-3377 CVE-2025-22449 GHSA-q8fg-cp3q-5jwm\n * GO-2025-3379 CVE-2025-20033 GHSA-2549-xh72-qrpm\n * GO-2025-3380 CVE-2025-22445 GHSA-7rgp-4j56-fm79\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-297,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-297,openSUSE-SLE-15.6-2025-297",
"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/suse-su-2025_0297-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0297-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250297-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0297-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020248.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11218 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11218/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36402 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36402/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36403 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36403/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45340 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45340/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-51491 page",
"url": "https://www.suse.com/security/cve/CVE-2024-51491/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52281 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52281/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52594 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52594/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52602 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52602/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-52791 page",
"url": "https://www.suse.com/security/cve/CVE-2024-52791/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53263 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53263/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56138 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56323 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56323/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56515 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56515/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0377 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0377/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-20033 page",
"url": "https://www.suse.com/security/cve/CVE-2025-20033/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-20086 page",
"url": "https://www.suse.com/security/cve/CVE-2025-20086/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-20088 page",
"url": "https://www.suse.com/security/cve/CVE-2025-20088/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-20621 page",
"url": "https://www.suse.com/security/cve/CVE-2025-20621/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21088 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21088/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22149 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22149/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22445 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22445/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22449 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22449/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22865 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23028 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23028/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23047 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23047/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23208 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23208/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24030 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24030/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24337 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24354 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24354/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24355 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24355/"
}
],
"title": "Security update for govulncheck-vulndb",
"tracking": {
"current_release_date": "2025-01-30T14:03:37Z",
"generator": {
"date": "2025-01-30T14:03:37Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0297-1",
"initial_release_date": "2025-01-30T14:03:37Z",
"revision_history": [
{
"date": "2025-01-30T14:03:37Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"product": {
"name": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"product_id": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11218",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11218"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11218",
"url": "https://www.suse.com/security/cve/CVE-2024-11218"
},
{
"category": "external",
"summary": "SUSE Bug 1236269 for CVE-2024-11218",
"url": "https://bugzilla.suse.com/1236269"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2024-11218"
},
{
"cve": "CVE-2024-36402",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36402"
}
],
"notes": [
{
"category": "general",
"text": "Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. MMR before version 1.3.5 allows, by design, unauthenticated remote participants to trigger a download and caching of remote media from a remote homeserver to the local media repository. Such content then also becomes available for download from the local homeserver in an unauthenticated way. The implication is that unauthenticated remote adversaries can use this functionality to plant problematic content into the media repository. MMR 1.3.5 introduces a partial mitigation in the form of new endpoints which require authentication for media downloads. The unauthenticated endpoints will be frozen in a future release, closing the attack vector. Though extremely limited, server operators can use more strict rate limits based on IP address as a partial workaround.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36402",
"url": "https://www.suse.com/security/cve/CVE-2024-36402"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-36402"
},
{
"cve": "CVE-2024-36403",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36403"
}
],
"notes": [
{
"category": "general",
"text": "Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. MMR before version 1.3.5 is vulnerable to unbounded disk consumption, where an unauthenticated adversary can induce it to download and cache large amounts of remote media files. MMR\u0027s typical operating environment uses S3-like storage as a backend, with file-backed store as an alternative option. Instances using a file-backed store or those which self-host an S3 storage system are therefore vulnerable to a disk fill attack. Once the disk is full, authenticated users will be unable to upload new media, resulting in denial of service. For instances configured to use a cloud-based S3 storage option, this could result in high service fees instead of a denial of service. MMR 1.3.5 introduces a new default-on \"leaky bucket\" rate limit to reduce the amount of data a user can request at a time. This does not fully address the issue, but does limit an unauthenticated user\u0027s ability to request large amounts of data. Operators should note that the leaky bucket implementation introduced in MMR 1.3.5 requires the IP address associated with the request to be forwarded, to avoid mistakenly applying the rate limit to the reverse proxy instead. To avoid this issue, the reverse proxy should populate the X-Forwarded-For header when sending the request to MMR. Operators who cannot update may wish to lower the maximum file size they allow and implement harsh rate limits, though this can still lead to a large amount of data to be downloaded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36403",
"url": "https://www.suse.com/security/cve/CVE-2024-36403"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-36403"
},
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-45340",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45340"
}
],
"notes": [
{
"category": "general",
"text": "Credentials provided via the new GOAUTH feature were not being properly segmented by domain, allowing a malicious server to request credentials they should not have access to. By default, unless otherwise set, this only affected credentials stored in the users .netrc file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45340",
"url": "https://www.suse.com/security/cve/CVE-2024-45340"
},
{
"category": "external",
"summary": "SUSE Bug 1236360 for CVE-2024-45340",
"url": "https://bugzilla.suse.com/1236360"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2024-45340"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
},
{
"cve": "CVE-2024-51491",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-51491"
}
],
"notes": [
{
"category": "general",
"text": "notion-go is a collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications. The issue was identified during Quarkslab\u0027s security audit on the Certificate Revocation List (CRL) based revocation check feature.\nAfter retrieving the CRL, notation-go attempts to update the CRL cache using the os.Rename method. However, this operation may fail due to operating system-specific limitations, particularly when the source and destination paths are on different mount points. This failure could lead to an unexpected program termination. In method `crl.(*FileCache).Set`, a temporary file is created in the OS dedicated area (like /tmp for, usually, Linux/Unix). The file is written and then it is tried to move it to the dedicated `notation` cache directory thanks `os.Rename`. As specified in Go documentation, OS specific restriction may apply. When used with Linux OS, it is relying on rename syscall from the libc and as per the documentation, moving a file to a different mountpoint raises an EXDEV error, interpreted as Cross device link not permitted error. Some Linux distribution, like RedHat use a dedicated filesystem (tmpfs), mounted on a specific mountpoint (usually /tmp) for temporary files. When using such OS, revocation check based on CRL will repeatedly crash notation. As a result the signature verification process is aborted as process crashes. This issue has been addressed in version 1.3.0-rc.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-51491",
"url": "https://www.suse.com/security/cve/CVE-2024-51491"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "low"
}
],
"title": "CVE-2024-51491"
},
{
"cve": "CVE-2024-52281",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52281"
}
],
"notes": [
{
"category": "general",
"text": "A: Improper Neutralization of Input During Web Page Generation vulnerability in SUSE rancher allows a malicious actor to perform a Stored XSS attack through the cluster description field.\nThis issue affects rancher: from 2.9.0 before 2.9.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52281",
"url": "https://www.suse.com/security/cve/CVE-2024-52281"
},
{
"category": "external",
"summary": "SUSE Bug 1233339 for CVE-2024-52281",
"url": "https://bugzilla.suse.com/1233339"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2024-52281"
},
{
"cve": "CVE-2024-52594",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52594"
}
],
"notes": [
{
"category": "general",
"text": "Gomatrixserverlib is a Go library for matrix federation. Gomatrixserverlib is vulnerable to server-side request forgery, serving content from a private network it can access, under certain conditions. The commit `c4f1e01` fixes this issue. Users are advised to upgrade. Users unable to upgrade should use a local firewall to limit the network segments and hosts the service using gomatrixserverlib can access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52594",
"url": "https://www.suse.com/security/cve/CVE-2024-52594"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-52594"
},
{
"cve": "CVE-2024-52602",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52602"
}
],
"notes": [
{
"category": "general",
"text": "Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. Matrix Media Repo (MMR) is vulnerable to server-side request forgery, serving content from a private network it can access, under certain conditions. This is fixed in MMR v1.3.8. Users are advised to upgrade. Restricting which hosts MMR is allowed to contact via (local) firewall rules or a transparent proxy and may provide a workaround for users unable to upgrade.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52602",
"url": "https://www.suse.com/security/cve/CVE-2024-52602"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-52602"
},
{
"cve": "CVE-2024-52791",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-52791"
}
],
"notes": [
{
"category": "general",
"text": "Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. MMR makes requests to other servers as part of normal operation, and these resource owners can return large amounts of JSON back to MMR for parsing. In parsing, MMR can consume large amounts of memory and exhaust available memory. This is fixed in MMR v1.3.8. Users are advised to upgrade. For users unable to upgrade; forward proxies can be configured to block requests to unsafe hosts. Alternatively, MMR processes can be configured with memory limits and auto-restart. Running multiple MMR processes concurrently can help ensure a restart does not overly impact users.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-52791",
"url": "https://www.suse.com/security/cve/CVE-2024-52791"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-52791"
},
{
"cve": "CVE-2024-53263",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53263"
}
],
"notes": [
{
"category": "general",
"text": "Git LFS is a Git extension for versioning large files. When Git LFS requests credentials from Git for a remote host, it passes portions of the host\u0027s URL to the `git-credential(1)` command without checking for embedded line-ending control characters, and then sends any credentials it receives back from the Git credential helper to the remote host. By inserting URL-encoded control characters such as line feed (LF) or carriage return (CR) characters into the URL, an attacker may be able to retrieve a user\u0027s Git credentials. This problem exists in all previous versions and is patched in v3.6.1. All users should upgrade to v3.6.1. There are no workarounds known at this time.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53263",
"url": "https://www.suse.com/security/cve/CVE-2024-53263"
},
{
"category": "external",
"summary": "SUSE Bug 1235876 for CVE-2024-53263",
"url": "https://bugzilla.suse.com/1235876"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2024-53263"
},
{
"cve": "CVE-2024-56138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56138"
}
],
"notes": [
{
"category": "general",
"text": "notion-go is a collection of libraries for supporting sign and verify OCI artifacts. Based on Notary Project specifications. This issue was identified during Quarkslab\u0027s audit of the timestamp feature. During the timestamp signature generation, the revocation status of the certificate(s) used to generate the timestamp signature was not verified. During timestamp signature generation, notation-go did not check the revocation status of the certificate chain used by the TSA. This oversight creates a vulnerability that could be exploited through a Man-in-The-Middle attack. An attacker could potentially use a compromised, intermediate, or revoked leaf certificate to generate a malicious countersignature, which would then be accepted and stored by `notation`. This could lead to denial of service scenarios, particularly in CI/CD environments during signature verification processes because timestamp signature would fail due to the presence of a revoked certificate(s) potentially disrupting operations. This issue has been addressed in release version 1.3.0-rc.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56138",
"url": "https://www.suse.com/security/cve/CVE-2024-56138"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "low"
}
],
"title": "CVE-2024-56138"
},
{
"cve": "CVE-2024-56323",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56323"
}
],
"notes": [
{
"category": "general",
"text": "OpenFGA is an authorization/permission engine. IN OpenFGA v1.3.8 to v1.8.2 (Helm chart openfga-0.1.38 to openfga-0.2.19, docker v1.3.8 to v.1.8.2) are vulnerable to authorization bypass under the following conditions: 1. calling Check API or ListObjects with a model that uses [conditions](https://openfga.dev/docs/modeling/conditions), and 2. calling Check API or ListObjects API with [contextual tuples](https://openfga.dev/docs/concepts#what-are-contextual-tuples) that include conditions and 3. OpenFGA is configured with caching enabled (`OPENFGA_CHECK_QUERY_CACHE_ENABLED`). Users are advised to upgrade to v1.8.3. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56323",
"url": "https://www.suse.com/security/cve/CVE-2024-56323"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-56323"
},
{
"cve": "CVE-2024-56515",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56515"
}
],
"notes": [
{
"category": "general",
"text": "Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. If SVG or JPEGXL thumbnailers are enabled (they are disabled by default), a user may upload a file which claims to be either of these types and request a thumbnail to invoke a different decoder in ImageMagick. In some ImageMagick installations, this includes the capability to run Ghostscript to decode the image/file. If MP4 thumbnailers are enabled (also disabled by default), the same issue as above may occur with the ffmpeg installation instead. MMR uses a number of other decoders for all other file types when preparing thumbnails. Theoretical issues are possible with these decoders, however in testing they were not possible to exploit. This is fixed in MMR v1.3.8. MMR now inspects the mimetype of media prior to thumbnailing, and picks a thumbnailer based on those results instead of relying on user-supplied values. This may lead to fewer thumbnails when obscure file shapes are used. This also helps narrow scope of theoretical issues with all decoders MMR uses for thumbnails. Users are advised to upgrade. Users unable to upgrade may disable the SVG, JPEGXL, and MP4 thumbnail types in the MMR config which prevents the decoders from being invoked. Further disabling uncommon file types on the server is recommended to limit risk surface. Containers and other similar technologies may also be used to limit the impact of vulnerabilities in external decoders, like ImageMagick and ffmpeg. Some installations of ImageMagick may disable \"unsafe\" file types, like PDFs, already. This option can be replicated to other environments as needed. ffmpeg may be compiled with limited decoders/codecs. The Docker image for MMR disables PDFs and similar formats by default.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56515",
"url": "https://www.suse.com/security/cve/CVE-2024-56515"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2024-56515"
},
{
"cve": "CVE-2025-0377",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0377"
}
],
"notes": [
{
"category": "general",
"text": "HashiCorp\u0027s go-slug library is vulnerable to a zip-slip style attack when a non-existing user-provided path is extracted from the tar entry.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0377",
"url": "https://www.suse.com/security/cve/CVE-2025-0377"
},
{
"category": "external",
"summary": "SUSE Bug 1236209 for CVE-2025-0377",
"url": "https://bugzilla.suse.com/1236209"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-0377"
},
{
"cve": "CVE-2025-20033",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-20033"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.2.0, 9.11.x \u003c= 9.11.5, 10.0.x \u003c= 10.0.3, 10.1.x \u003c= 10.1.3 fail to properly validate post types, which allows attackers to deny service to users with the sysconsole_read_plugins permission via creating a post with the custom_pl_notification type and specific props.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-20033",
"url": "https://www.suse.com/security/cve/CVE-2025-20033"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-20033"
},
{
"cve": "CVE-2025-20086",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-20086"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.2.x \u003c= 10.2.0, 9.11.x \u003c= 9.11.5, 10.0.x \u003c= 10.0.3, 10.1.x \u003c= 10.1.3 fail to properly validate post props which allows a malicious authenticated user to cause a crash via a malicious post.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-20086",
"url": "https://www.suse.com/security/cve/CVE-2025-20086"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-20086"
},
{
"cve": "CVE-2025-20088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-20088"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.2.x \u003c= 10.2.0, 9.11.x \u003c= 9.11.5, 10.0.x \u003c= 10.0.3, 10.1.x \u003c= 10.1.3 fail to properly validate post props which allows a malicious authenticated user to cause a crash via a malicious post.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-20088",
"url": "https://www.suse.com/security/cve/CVE-2025-20088"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-20088"
},
{
"cve": "CVE-2025-20621",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-20621"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.2.x \u003c= 10.2.0, 9.11.x \u003c= 9.11.5, 10.0.x \u003c= 10.0.3, 10.1.x \u003c= 10.1.3 fail to properly handle posts with attachments containing fields that cannot be cast to a String, which allows an attacker to cause the webapp to crash via creating and sending such a post to a channel.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-20621",
"url": "https://www.suse.com/security/cve/CVE-2025-20621"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-20621"
},
{
"cve": "CVE-2025-21088",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21088"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.2.x \u003c= 10.2.0, 9.11.x \u003c= 9.11.5, 10.0.x \u003c= 10.0.3, 10.1.x \u003c= 10.1.3 fail to properly validate the style of proto supplied to an action\u0027s style in post.props.attachments, which allows an attacker to crash the frontend via crafted malicious input.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21088",
"url": "https://www.suse.com/security/cve/CVE-2025-21088"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-21088"
},
{
"cve": "CVE-2025-22149",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22149"
}
],
"notes": [
{
"category": "general",
"text": "JWK Set (JSON Web Key Set) is a JWK and JWK Set Go implementation. Prior to 0.6.0, the project\u0027s provided HTTP client\u0027s local JWK Set cache should do a full replacement when the goroutine refreshes the remote JWK Set. The current behavior is to overwrite or append. This is a security issue for use cases that utilize the provided auto-caching HTTP client and where key removal from a JWK Set is equivalent to revocation. The affected auto-caching HTTP client was added in version v0.5.0 and fixed in v0.6.0. The only workaround would be to remove the provided auto-caching HTTP client and replace it with a custom implementation. This involves setting the HTTPClientStorageOptions.RefreshInterval to zero (or not specifying the value).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22149",
"url": "https://www.suse.com/security/cve/CVE-2025-22149"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "low"
}
],
"title": "CVE-2025-22149"
},
{
"cve": "CVE-2025-22445",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22445"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 10.x \u003c= 10.2 fail to accurately reflect missing settings, which allows confusion for admins regarding a Calls security-sensitive configuration via incorrect UI reporting.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22445",
"url": "https://www.suse.com/security/cve/CVE-2025-22445"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "low"
}
],
"title": "CVE-2025-22445"
},
{
"cve": "CVE-2025-22449",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22449"
}
],
"notes": [
{
"category": "general",
"text": "Mattermost versions 9.11.x \u003c= 9.11.5 fail to enforce invite permissions, which allows team admins, with no permission to invite users to their team, to invite users by updating the \"allow_open_invite\" field via making their team public.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22449",
"url": "https://www.suse.com/security/cve/CVE-2025-22449"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "low"
}
],
"title": "CVE-2025-22449"
},
{
"cve": "CVE-2025-22865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22865"
}
],
"notes": [
{
"category": "general",
"text": "Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22865",
"url": "https://www.suse.com/security/cve/CVE-2025-22865"
},
{
"category": "external",
"summary": "SUSE Bug 1236361 for CVE-2025-22865",
"url": "https://bugzilla.suse.com/1236361"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-22865"
},
{
"cve": "CVE-2025-23028",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23028"
}
],
"notes": [
{
"category": "general",
"text": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. A denial of service vulnerability affects versions 1.14.0 through 1.14.7, 1.15.0 through 1.15.11, and 1.16.0 through 1.16.4. In a Kubernetes cluster where Cilium is configured to proxy DNS traffic, an attacker can crash Cilium agents by sending a crafted DNS response to workloads from outside the cluster. For traffic that is allowed but without using DNS-based policy, the dataplane will continue to pass traffic as configured at the time of the DoS. For workloads that have DNS-based policy configured, existing connections may continue to operate, and new connections made without relying on DNS resolution may continue to be established, but new connections which rely on DNS resolution may be disrupted. Any configuration changes that affect the impacted agent may not be applied until the agent is able to restart. This issue is fixed in Cilium v1.14.18, v1.15.12, and v1.16.5. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23028",
"url": "https://www.suse.com/security/cve/CVE-2025-23028"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-23028"
},
{
"cve": "CVE-2025-23047",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23047"
}
],
"notes": [
{
"category": "general",
"text": "Cilium is a networking, observability, and security solution with an eBPF-based dataplane. An insecure default `Access-Control-Allow-Origin` header value could lead to sensitive data exposure for users of Cilium versions 1.14.0 through 1.14.7, 1.15.0 through 1.15.11, and 1.16.0 through 1.16.4 who deploy Hubble UI using either Cilium CLI or via the Cilium Helm chart. A user with access to a Hubble UI instance affected by this issue could leak configuration details about the Kubernetes cluster which Hubble UI is monitoring, including node names, IP addresses, and other metadata about workloads and the cluster networking configuration. In order for this vulnerability to be exploited, a victim would have to first visit a malicious page. This issue is fixed in Cilium v1.14.18, v1.15.12, and v1.16.5. As a workaround, users who deploy Hubble UI using the Cilium Helm chart directly can remove the CORS headers from the Helm template as shown in the patch from commit a3489f190ba6e87b5336ee685fb6c80b1270d06d.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23047",
"url": "https://www.suse.com/security/cve/CVE-2025-23047"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-23047"
},
{
"cve": "CVE-2025-23208",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23208"
}
],
"notes": [
{
"category": "general",
"text": "zot is a production-ready vendor-neutral OCI image registry. The group data stored for users in the boltdb database (meta.db) is an append-list so group revocations/removals are ignored in the API. SetUserGroups is alled on login, but instead of replacing the group memberships, they are appended. This may be due to some conflict with the group definitions in the config file, but that wasn\u0027t obvious to me if it were the case. Any Zot configuration that relies on group-based authorization will not respect group remove/revocation by an IdP. This issue has been addressed in version 2.1.2. All users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23208",
"url": "https://www.suse.com/security/cve/CVE-2025-23208"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-23208"
},
{
"cve": "CVE-2025-24030",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24030"
}
],
"notes": [
{
"category": "general",
"text": "Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. A user with access to the Kubernetes cluster can use a path traversal attack to execute Envoy Admin interface commands on proxies managed by any version of Envoy Gateway prior to 1.2.6. The admin interface can be used to terminate the Envoy process and extract the Envoy configuration (possibly containing confidential data). Version 1.2.6 fixes the issue. As a workaround, the `EnvoyProxy` API can be used to apply a bootstrap config patch that restricts access strictly to the prometheus stats endpoint. Find below an example of such a bootstrap patch.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24030",
"url": "https://www.suse.com/security/cve/CVE-2025-24030"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-24030"
},
{
"cve": "CVE-2025-24337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24337"
}
],
"notes": [
{
"category": "general",
"text": "WriteFreely through 0.15.1, when MySQL is used, allows local users to discover credentials by reading config.ini.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24337",
"url": "https://www.suse.com/security/cve/CVE-2025-24337"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-24337"
},
{
"cve": "CVE-2025-24354",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24354"
}
],
"notes": [
{
"category": "general",
"text": "imgproxy is server for resizing, processing, and converting images. Imgproxy does not block the 0.0.0.0 address, even with IMGPROXY_ALLOW_LOOPBACK_SOURCE_ADDRESSES set to false. This can expose services on the local host. This vulnerability is fixed in 3.27.2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24354",
"url": "https://www.suse.com/security/cve/CVE-2025-24354"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "moderate"
}
],
"title": "CVE-2025-24354"
},
{
"cve": "CVE-2025-24355",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24355"
}
],
"notes": [
{
"category": "general",
"text": "Updatecli is a tool used to apply file update strategies. Prior to version 0.93.0, private maven repository credentials may be leaked in application logs in case of unsuccessful retrieval operation. During the execution of an updatecli pipeline which contains a `maven` source configured with basic auth credentials, the credentials are being leaked in the application execution logs in case of failure. Credentials are properly sanitized when the operation is successful but not when for whatever reason there is a failure in the maven repository, e.g. wrong coordinates provided, not existing artifact or version. Version 0.93.0 contains a patch for the issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24355",
"url": "https://www.suse.com/security/cve/CVE-2025-24355"
},
{
"category": "external",
"summary": "SUSE Bug 1236404 for CVE-2025-24355",
"url": "https://bugzilla.suse.com/1236404"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250128T150132-150000.1.29.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-30T14:03:37Z",
"details": "important"
}
],
"title": "CVE-2025-24355"
}
]
}
SUSE-SU-2025:0429-1
Vulnerability from csaf_suse - Published: 2025-02-11 14:12 - Updated: 2025-02-11 14:12Summary
Security update for govulncheck-vulndb
Severity
Moderate
Notes
Title of the patch: Security update for govulncheck-vulndb
Description of the patch: This update for govulncheck-vulndb fixes the following issues:
- Update to version 0.0.20250207T224745 2025-02-07T22:47:45Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3456 CVE-2025-24786 GHSA-9r4c-jwx3-3j76
* GO-2025-3457 CVE-2025-24787 GHSA-c7w4-9wv8-7x7c
* GO-2025-3458 CVE-2025-24366 GHSA-vj7w-3m8c-6vpx
- Update to version 0.0.20250206T175003 2025-02-06T17:50:03Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2023-1867 CVE-2022-47930 GHSA-c58h-qv6g-fw74
* GO-2024-3244 CVE-2024-50354 GHSA-cph5-3pgr-c82g
- Update to version 0.0.20250206T165438 2025-02-06T16:54:38Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3428 CVE-2025-22867
* GO-2025-3447 CVE-2025-22866
- Update to version 0.0.20250205T232745 2025-02-05T23:27:45Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3408
* GO-2025-3448 GHSA-23qp-3c2m-xx6w
* GO-2025-3449 GHSA-mx2j-7cmv-353c
* GO-2025-3450 GHSA-w7wm-2425-7p2h
* GO-2025-3454 GHSA-mj4v-hp69-27x5
* GO-2025-3455 GHSA-vqv5-385r-2hf8
- Update to version 0.0.20250205T003520 2025-02-05T00:35:20Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3451
- Update to version 0.0.20250204T220613 2025-02-04T22:06:13Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2025-3431 CVE-2025-24884 GHSA-hcr5-wv4p-h2g2
* GO-2025-3433 CVE-2025-23216 GHSA-47g2-qmh2-749v
* GO-2025-3434 CVE-2025-24376 GHSA-fc89-jghx-8pvg
* GO-2025-3435 CVE-2025-24784 GHSA-756x-m4mj-q96c
* GO-2025-3436 CVE-2025-24883 GHSA-q26p-9cq4-7fc2
* GO-2025-3437 GHSA-274v-mgcv-cm8j
* GO-2025-3438 CVE-2024-11741 GHSA-wxcc-2f3q-4h58
* GO-2025-3442 CVE-2025-24371 GHSA-22qq-3xwm-r5x4
* GO-2025-3443 GHSA-r3r4-g7hq-pq4f
* GO-2025-3444 CVE-2024-35177
* GO-2025-3445 CVE-2024-47770
- Use standard RPM macros to unpack the source and populate a
working directory. Fixes build with RPM 4.20.
- Update to version 0.0.20250130T185858 2025-01-30T18:58:58Z.
Refs jsc#PED-11136
Go CVE Numbering Authority IDs added or updated with aliases:
* GO-2024-2842 CVE-2024-3727 GHSA-6wvf-f2vw-3425
* GO-2024-3181 CVE-2024-9313 GHSA-x5q3-c8rm-w787
* GO-2024-3188 CVE-2024-9312 GHSA-4gfw-wf7c-w6g2
* GO-2025-3372 CVE-2024-45339 GHSA-6wxm-mpqj-6jpf
* GO-2025-3373 CVE-2024-45341
* GO-2025-3383 CVE-2024-45340
* GO-2025-3408
* GO-2025-3412 CVE-2024-10846 GHSA-36gq-35j3-p9r9
* GO-2025-3420 CVE-2024-45336
* GO-2025-3421 CVE-2025-22865
* GO-2025-3424 CVE-2025-24369
* GO-2025-3426 CVE-2025-0750 GHSA-hp5j-2585-qx6g
* GO-2025-3427 CVE-2024-13484 GHSA-58fx-7v9q-3g56
Patchnames: SUSE-2025-429,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-429,openSUSE-SLE-15.6-2025-429
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.8 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.5 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
8.3 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.9 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
7.7 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
4.2 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.5 (High)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
5.3 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
6.8 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
low
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
critical
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
72 references
{
"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": "Security update for govulncheck-vulndb",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for govulncheck-vulndb fixes the following issues:\n\n- Update to version 0.0.20250207T224745 2025-02-07T22:47:45Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3456 CVE-2025-24786 GHSA-9r4c-jwx3-3j76\n * GO-2025-3457 CVE-2025-24787 GHSA-c7w4-9wv8-7x7c\n * GO-2025-3458 CVE-2025-24366 GHSA-vj7w-3m8c-6vpx\n\n- Update to version 0.0.20250206T175003 2025-02-06T17:50:03Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2023-1867 CVE-2022-47930 GHSA-c58h-qv6g-fw74\n * GO-2024-3244 CVE-2024-50354 GHSA-cph5-3pgr-c82g\n\n- Update to version 0.0.20250206T165438 2025-02-06T16:54:38Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3428 CVE-2025-22867\n * GO-2025-3447 CVE-2025-22866\n\n- Update to version 0.0.20250205T232745 2025-02-05T23:27:45Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3408\n * GO-2025-3448 GHSA-23qp-3c2m-xx6w\n * GO-2025-3449 GHSA-mx2j-7cmv-353c\n * GO-2025-3450 GHSA-w7wm-2425-7p2h\n * GO-2025-3454 GHSA-mj4v-hp69-27x5\n * GO-2025-3455 GHSA-vqv5-385r-2hf8\n\n- Update to version 0.0.20250205T003520 2025-02-05T00:35:20Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3451\n\n- Update to version 0.0.20250204T220613 2025-02-04T22:06:13Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2025-3431 CVE-2025-24884 GHSA-hcr5-wv4p-h2g2\n * GO-2025-3433 CVE-2025-23216 GHSA-47g2-qmh2-749v\n * GO-2025-3434 CVE-2025-24376 GHSA-fc89-jghx-8pvg\n * GO-2025-3435 CVE-2025-24784 GHSA-756x-m4mj-q96c\n * GO-2025-3436 CVE-2025-24883 GHSA-q26p-9cq4-7fc2\n * GO-2025-3437 GHSA-274v-mgcv-cm8j\n * GO-2025-3438 CVE-2024-11741 GHSA-wxcc-2f3q-4h58\n * GO-2025-3442 CVE-2025-24371 GHSA-22qq-3xwm-r5x4\n * GO-2025-3443 GHSA-r3r4-g7hq-pq4f\n * GO-2025-3444 CVE-2024-35177\n * GO-2025-3445 CVE-2024-47770\n\n- Use standard RPM macros to unpack the source and populate a\n working directory. Fixes build with RPM 4.20.\n\n- Update to version 0.0.20250130T185858 2025-01-30T18:58:58Z.\n Refs jsc#PED-11136\n Go CVE Numbering Authority IDs added or updated with aliases:\n * GO-2024-2842 CVE-2024-3727 GHSA-6wvf-f2vw-3425\n * GO-2024-3181 CVE-2024-9313 GHSA-x5q3-c8rm-w787\n * GO-2024-3188 CVE-2024-9312 GHSA-4gfw-wf7c-w6g2\n * GO-2025-3372 CVE-2024-45339 GHSA-6wxm-mpqj-6jpf\n * GO-2025-3373 CVE-2024-45341\n * GO-2025-3383 CVE-2024-45340\n * GO-2025-3408\n * GO-2025-3412 CVE-2024-10846 GHSA-36gq-35j3-p9r9\n * GO-2025-3420 CVE-2024-45336\n * GO-2025-3421 CVE-2025-22865\n * GO-2025-3424 CVE-2025-24369\n * GO-2025-3426 CVE-2025-0750 GHSA-hp5j-2585-qx6g\n * GO-2025-3427 CVE-2024-13484 GHSA-58fx-7v9q-3g56\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-429,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-429,openSUSE-SLE-15.6-2025-429",
"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/suse-su-2025_0429-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0429-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250429-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0429-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020315.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-47930 page",
"url": "https://www.suse.com/security/cve/CVE-2022-47930/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-10846 page",
"url": "https://www.suse.com/security/cve/CVE-2024-10846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-13484 page",
"url": "https://www.suse.com/security/cve/CVE-2024-13484/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-35177 page",
"url": "https://www.suse.com/security/cve/CVE-2024-35177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-3727 page",
"url": "https://www.suse.com/security/cve/CVE-2024-3727/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45340 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45340/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-47770 page",
"url": "https://www.suse.com/security/cve/CVE-2024-47770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-50354 page",
"url": "https://www.suse.com/security/cve/CVE-2024-50354/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9312 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9312/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-9313 page",
"url": "https://www.suse.com/security/cve/CVE-2024-9313/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0750 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0750/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22865 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22866 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22866/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22867 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22867/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23216 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23216/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24366 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24366/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24369 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24369/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24371 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24371/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24376 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24376/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24784 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24784/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24786 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24787 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24883 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24883/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-24884 page",
"url": "https://www.suse.com/security/cve/CVE-2025-24884/"
}
],
"title": "Security update for govulncheck-vulndb",
"tracking": {
"current_release_date": "2025-02-11T14:12:30Z",
"generator": {
"date": "2025-02-11T14:12:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0429-1",
"initial_release_date": "2025-02-11T14:12:30Z",
"revision_history": [
{
"date": "2025-02-11T14:12:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"product": {
"name": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"product_id": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
},
"product_reference": "govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-47930",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-47930"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in IO FinNet tss-lib before 2.0.0. The parameter ssid for defining a session id is not used through the MPC implementation, which makes replaying and spoofing of messages easier. In particular, the Schnorr proof of knowledge implemented in sch.go does not utilize a session id, context, or random nonce in the generation of the challenge. This could allow a malicious user or an eavesdropper to replay a valid proof sent in the past.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-47930",
"url": "https://www.suse.com/security/cve/CVE-2022-47930"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2022-47930"
},
{
"cve": "CVE-2024-10846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-10846"
}
],
"notes": [
{
"category": "general",
"text": "The compose-go library component in versions v2.10-v2.4.0 allows an authorized user who sends malicious YAML payloads to cause the compose-go to consume excessive amount of Memory and CPU cycles while parsing YAML, such as used by Docker Compose from versions v2.27.0 to v2.29.7 included",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-10846",
"url": "https://www.suse.com/security/cve/CVE-2024-10846"
},
{
"category": "external",
"summary": "SUSE Bug 1236335 for CVE-2024-10846",
"url": "https://bugzilla.suse.com/1236335"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-10846"
},
{
"cve": "CVE-2024-11741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11741"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. \nThe Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 11.5.0, 11.4.1, 11.3.3, 11.2.6, 11.1.11, 11.0.11 and 10.4.15",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11741",
"url": "https://www.suse.com/security/cve/CVE-2024-11741"
},
{
"category": "external",
"summary": "SUSE Bug 1236734 for CVE-2024-11741",
"url": "https://bugzilla.suse.com/1236734"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "low"
}
],
"title": "CVE-2024-11741"
},
{
"cve": "CVE-2024-13484",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-13484"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in openshift-gitops-operator-container. The openshift.io/cluster-monitoring label is applied to all namespaces that deploy an ArgoCD CR instance, allowing the namespace to create a rogue PrometheusRule. This issue can have adverse effects on the platform monitoring stack, as the rule is rolled out cluster-wide when the label is applied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-13484",
"url": "https://www.suse.com/security/cve/CVE-2024-13484"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-13484"
},
{
"cve": "CVE-2024-35177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-35177"
}
],
"notes": [
{
"category": "general",
"text": "Wazuh is a free and open source platform used for threat prevention, detection, and response. It is capable of protecting workloads across on-premises, virtualized, containerized, and cloud-based environments. The wazuh-agent for Windows is vulnerable to a Local Privilege Escalation vulnerability due to improper ACL of the non-default installation directory. A local malicious user could potentially exploit this vulnerability by placing one of the many DLL that are loaded and not present on the system in the installation folder of the agent OR by replacing the service executable binary itself with a malicious one. The root cause is an improper ACL applied on the installation folder when a non-default installation path is specified (e.g,: C:\\wazuh). Many DLLs are loaded from the installation folder and by creating a malicious DLLs that exports the functions of a legit one (and that is not found on the system where the agent is installed, such as rsync.dll) it is possible to escalate privileges from a low-privileged user and obtain code execution under the context of NT AUTHORITY\\SYSTEM. This issue has been addressed in version 4.9.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-35177",
"url": "https://www.suse.com/security/cve/CVE-2024-35177"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-35177"
},
{
"cve": "CVE-2024-3727",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-3727"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-3727",
"url": "https://www.suse.com/security/cve/CVE-2024-3727"
},
{
"category": "external",
"summary": "SUSE Bug 1224112 for CVE-2024-3727",
"url": "https://bugzilla.suse.com/1224112"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-3727"
},
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"cve": "CVE-2024-45340",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45340"
}
],
"notes": [
{
"category": "general",
"text": "Credentials provided via the new GOAUTH feature were not being properly segmented by domain, allowing a malicious server to request credentials they should not have access to. By default, unless otherwise set, this only affected credentials stored in the users .netrc file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45340",
"url": "https://www.suse.com/security/cve/CVE-2024-45340"
},
{
"category": "external",
"summary": "SUSE Bug 1236360 for CVE-2024-45340",
"url": "https://bugzilla.suse.com/1236360"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-45340"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
},
{
"cve": "CVE-2024-47770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-47770"
}
],
"notes": [
{
"category": "general",
"text": "Wazuh is a free and open source platform used for threat prevention, detection, and response. It is capable of protecting workloads across on-premises, virtualized, containerized, and cloud-based environments. This vulnerability occurs when the system has weak privilege access, that allows an attacker to do privilege escalation. In this case the attacker is able to view agent list on Wazuh dashboard with no privilege access. This issue has been addressed in release version 4.9.1 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-47770",
"url": "https://www.suse.com/security/cve/CVE-2024-47770"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-47770"
},
{
"cve": "CVE-2024-50354",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-50354"
}
],
"notes": [
{
"category": "general",
"text": "gnark is a fast zk-SNARK library that offers a high-level API to design circuits. In gnark 0.11.0 and earlier, deserialization of Groth16 verification keys allocate excessive memory, consuming a lot of resources and triggering a crash with the error fatal error: runtime: out of memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-50354",
"url": "https://www.suse.com/security/cve/CVE-2024-50354"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2024-50354"
},
{
"cve": "CVE-2024-9312",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9312"
}
],
"notes": [
{
"category": "general",
"text": "Authd, through version 0.3.6, did not sufficiently randomize user IDs to prevent collisions. A local attacker who can register user names could spoof another user\u0027s ID and gain their privileges.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9312",
"url": "https://www.suse.com/security/cve/CVE-2024-9312"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-9312"
},
{
"cve": "CVE-2024-9313",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-9313"
}
],
"notes": [
{
"category": "general",
"text": "Authd PAM module before version 0.3.5 can allow broker-managed users to impersonate any other user managed by the same broker and perform any PAM operation with it, including authenticating as them.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-9313",
"url": "https://www.suse.com/security/cve/CVE-2024-9313"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2024-9313"
},
{
"cve": "CVE-2025-0750",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0750"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability was found in CRI-O. A path traversal issue in the log management functions (UnMountPodLogs and LinkContainerLogs) may allow an attacker with permissions to create and delete Pods to unmount arbitrary host paths, leading to node-level denial of service by unmounting critical system directories.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0750",
"url": "https://www.suse.com/security/cve/CVE-2025-0750"
},
{
"category": "external",
"summary": "SUSE Bug 1236479 for CVE-2025-0750",
"url": "https://bugzilla.suse.com/1236479"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-0750"
},
{
"cve": "CVE-2025-22865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22865"
}
],
"notes": [
{
"category": "general",
"text": "Using ParsePKCS1PrivateKey to parse a RSA key that is missing the CRT values would panic when verifying that the key is well formed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22865",
"url": "https://www.suse.com/security/cve/CVE-2025-22865"
},
{
"category": "external",
"summary": "SUSE Bug 1236361 for CVE-2025-22865",
"url": "https://bugzilla.suse.com/1236361"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2025-22865"
},
{
"cve": "CVE-2025-22866",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22866"
}
],
"notes": [
{
"category": "general",
"text": "Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22866",
"url": "https://www.suse.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "SUSE Bug 1236801 for CVE-2025-22866",
"url": "https://bugzilla.suse.com/1236801"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-22866"
},
{
"cve": "CVE-2025-22867",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22867"
}
],
"notes": [
{
"category": "general",
"text": "On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the @executable_path, @loader_path, or @rpath special values in a \"#cgo LDFLAGS\" directive. This issue only affected go1.24rc2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22867",
"url": "https://www.suse.com/security/cve/CVE-2025-22867"
},
{
"category": "external",
"summary": "SUSE Bug 1236839 for CVE-2025-22867",
"url": "https://bugzilla.suse.com/1236839"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-22867"
},
{
"cve": "CVE-2025-23216",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23216"
}
],
"notes": [
{
"category": "general",
"text": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. A vulnerability was discovered in Argo CD that exposed secret values in error messages and the diff view when an invalid Kubernetes Secret resource was synced from a repository. The vulnerability assumes the user has write access to the repository and can exploit it, either intentionally or unintentionally, by committing an invalid Secret to repository and triggering a Sync. Once exploited, any user with read access to Argo CD can view the exposed secret data. The vulnerability is fixed in v2.13.4, v2.12.10, and v2.11.13.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23216",
"url": "https://www.suse.com/security/cve/CVE-2025-23216"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-23216"
},
{
"cve": "CVE-2025-24366",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24366"
}
],
"notes": [
{
"category": "general",
"text": "SFTPGo is an open source, event-driven file transfer solution. SFTPGo supports execution of a defined set of commands via SSH. Besides a set of default commands some optional commands can be activated, one of them being `rsync`. It is disabled in the default configuration and it is limited to the local filesystem, it does not work with cloud/remote storage backends. Due to missing sanitization of the client provided `rsync` command, an authenticated remote user can use some options of the rsync command to read or write files with the permissions of the SFTPGo server process. This issue was fixed in version v2.6.5 by checking the client provided arguments. Users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24366",
"url": "https://www.suse.com/security/cve/CVE-2025-24366"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2025-24366"
},
{
"cve": "CVE-2025-24369",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24369"
}
],
"notes": [
{
"category": "general",
"text": "Anubis is a tool that allows administrators to protect bots against AI scrapers through bot-checking heuristics and a proof-of-work challenge to discourage scraping from multiple IP addresses. Anubis allows attackers to bypass the bot protection by requesting a challenge, formulates any nonce (such as 42069), and then passes the challenge with difficulty zero. Commit e09d0226a628f04b1d80fd83bee777894a45cd02 fixes this behavior by not using a client-specified difficulty value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24369",
"url": "https://www.suse.com/security/cve/CVE-2025-24369"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "low"
}
],
"title": "CVE-2025-24369"
},
{
"cve": "CVE-2025-24371",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24371"
}
],
"notes": [
{
"category": "general",
"text": "CometBFT is a distributed, Byzantine fault-tolerant, deterministic state machine replication engine. In the `blocksync` protocol peers send their `base` and `latest` heights when they connect to a new node (`A`), which is syncing to the tip of a network. `base` acts as a lower ground and informs `A` that the peer only has blocks starting from height `base`. `latest` height informs `A` about the latest block in a network. Normally, nodes would only report increasing heights. If `B` fails to provide the latest block, `B` is removed and the `latest` height (target height) is recalculated based on other nodes `latest` heights. The existing code however doesn\u0027t check for the case where `B` first reports `latest` height `X` and immediately after height `Y`, where `X \u003e Y`. `A` will be trying to catch up to 2000 indefinitely. This condition requires the introduction of malicious code in the full node first reporting some non-existing `latest` height, then reporting lower `latest` height and nodes which are syncing using `blocksync` protocol. This issue has been patched in versions 1.0.1 and 0.38.17 and all users are advised to upgrade. Operators may attempt to ban malicious peers from the network as a workaround.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24371",
"url": "https://www.suse.com/security/cve/CVE-2025-24371"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2025-24371"
},
{
"cve": "CVE-2025-24376",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24376"
}
],
"notes": [
{
"category": "general",
"text": "kubewarden-controller is a Kubernetes controller that allows you to dynamically register Kubewarden admission policies. By design, AdmissionPolicy and AdmissionPolicyGroup can evaluate only namespaced resources. The resources to be evaluated are determined by the rules provided by the user when defining the policy. There might be Kubernetes namespaced resources that should not be validated by AdmissionPolicy and by the AdmissionPolicyGroup policies because of their sensitive nature. For example, PolicyReport are namespaced resources that contain the list of non compliant objects found inside of a namespace. An attacker can use either an AdmissionPolicy or an AdmissionPolicyGroup to prevent the creation and update of PolicyReport objects to hide non-compliant resources. Moreover, the same attacker might use a mutating AdmissionPolicy to alter the contents of the PolicyReport created inside of the namespace. Starting from the 1.21.0 release, the validation rules applied to AdmissionPolicy and AdmissionPolicyGroup have been tightened to prevent them from validating sensitive types of namespaced resources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24376",
"url": "https://www.suse.com/security/cve/CVE-2025-24376"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-24376"
},
{
"cve": "CVE-2025-24784",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24784"
}
],
"notes": [
{
"category": "general",
"text": "kubewarden-controller is a Kubernetes controller that allows you to dynamically register Kubewarden admission policies. The policy group feature, added to by the 1.17.0 release. By being namespaced, the AdmissionPolicyGroup has a well constrained impact on cluster resources. Hence, it\u0027s considered safe to allow non-admin users to create and manage these resources in the namespaces they own. Kubewarden policies can be allowed to query the Kubernetes API at evaluation time; these types of policies are called \"context aware\". Context aware policies can perform list and get operations against a Kubernetes cluster. The queries are done using the ServiceAccount of the Policy Server instance that hosts the policy. That means that access to the cluster is determined by the RBAC rules that apply to that ServiceAccount. The AdmissionPolicyGroup CRD allowed the deployment of context aware policies. This could allow an attacker to obtain information about resources that are out of their reach, by leveraging a higher access to the cluster granted to the ServiceAccount token used to run the policy. The impact of this vulnerability depends on the privileges that have been granted to the ServiceAccount used to run the Policy Server and assumes that users are using the recommended best practices of keeping the Policy Server\u0027s ServiceAccount least privileged. By default, the Kubewarden helm chart grants access to the following resources (cluster wide) only: Namespace, Pod, Deployment and Ingress. This vulnerability is fixed in 1.21.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24784",
"url": "https://www.suse.com/security/cve/CVE-2025-24784"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-24784"
},
{
"cve": "CVE-2025-24786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24786"
}
],
"notes": [
{
"category": "general",
"text": "WhoDB is an open source database management tool. While the application only displays Sqlite3 databases present in the directory `/db`, there is no path traversal prevention in place. This allows an unauthenticated attacker to open any Sqlite3 database present on the host machine that the application is running on. Affected versions of WhoDB allow users to connect to Sqlite3 databases. By default, the databases must be present in `/db/` (or alternatively `./tmp/` if development mode is enabled). If no databases are present in the default directory, the UI indicates that the user is unable to open any databases. The database file is an user-controlled value. This value is used in `.Join()` with the default directory, in order to get the full path of the database file to open. No checks are performed whether the database file that is eventually opened actually resides in the default directory `/db`. This allows an attacker to use path traversal (`../../`) in order to open any Sqlite3 database present on the system. This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24786",
"url": "https://www.suse.com/security/cve/CVE-2025-24786"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "critical"
}
],
"title": "CVE-2025-24786"
},
{
"cve": "CVE-2025-24787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24787"
}
],
"notes": [
{
"category": "general",
"text": "WhoDB is an open source database management tool. In affected versions the application is vulnerable to parameter injection in database connection strings, which allows an attacker to read local files on the machine the application is running on. The application uses string concatenation to build database connection URIs which are then passed to corresponding libraries responsible for setting up the database connections. This string concatenation is done unsafely and without escaping or encoding the user input. This allows an user, in many cases, to inject arbitrary parameters into the URI string. These parameters can be potentially dangerous depending on the libraries used. One of these dangerous parameters is `allowAllFiles` in the library `github.com/go-sql-driver/mysql`. Should this be set to `true`, the library enables running the `LOAD DATA LOCAL INFILE` query on any file on the host machine (in this case, the machine that WhoDB is running on). By injecting `\u0026allowAllFiles=true` into the connection URI and connecting to any MySQL server (such as an attacker-controlled one), the attacker is able to read local files. This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24787",
"url": "https://www.suse.com/security/cve/CVE-2025-24787"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2025-24787"
},
{
"cve": "CVE-2025-24883",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24883"
}
],
"notes": [
{
"category": "general",
"text": "go-ethereum (geth) is a golang execution layer implementation of the Ethereum protocol. A vulnerable node can be forced to shutdown/crash using a specially crafted message. This vulnerability is fixed in 1.14.13.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24883",
"url": "https://www.suse.com/security/cve/CVE-2025-24883"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "important"
}
],
"title": "CVE-2025-24883"
},
{
"cve": "CVE-2025-24884",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-24884"
}
],
"notes": [
{
"category": "general",
"text": "kube-audit-rest is a simple logger of mutation/creation requests to the k8s api. If the \"full-elastic-stack\" example vector configuration was used for a real cluster, the previous values of kubernetes secrets would have been disclosed in the audit messages. This vulnerability is fixed in 1.0.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-24884",
"url": "https://www.suse.com/security/cve/CVE-2025-24884"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch",
"openSUSE Leap 15.6:govulncheck-vulndb-0.0.20250207T224745-150000.1.32.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-11T14:12:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-24884"
}
]
}
SUSE-SU-2025:0580-1
Vulnerability from csaf_suse - Published: 2025-02-18 14:52 - Updated: 2025-02-18 14:52Summary
Security update for google-osconfig-agent
Severity
Important
Notes
Title of the patch: Security update for google-osconfig-agent
Description of the patch: This update for google-osconfig-agent fixes the following issues:
- CVE-2024-45339: github.com/golang/glog: a privileged process' log file path can be easily predicted and used to
overwrite other sensitive files in a system. (bsc#1236560)
Patchnames: SUSE-2025-580,SUSE-SLE-Module-Public-Cloud-12-2025-580
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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 google-osconfig-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-osconfig-agent fixes the following issues:\n\n- CVE-2024-45339: github.com/golang/glog: a privileged process\u0027 log file path can be easily predicted and used to\n overwrite other sensitive files in a system. (bsc#1236560)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-580,SUSE-SLE-Module-Public-Cloud-12-2025-580",
"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/suse-su-2025_0580-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0580-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250580-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0580-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020367.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236560",
"url": "https://bugzilla.suse.com/1236560"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
}
],
"title": "Security update for google-osconfig-agent",
"tracking": {
"current_release_date": "2025-02-18T14:52:43Z",
"generator": {
"date": "2025-02-18T14:52:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0580-1",
"initial_release_date": "2025-02-18T14:52:43Z",
"revision_history": [
{
"date": "2025-02-18T14:52:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-1.35.1.aarch64",
"product": {
"name": "google-osconfig-agent-20250115.01-1.35.1.aarch64",
"product_id": "google-osconfig-agent-20250115.01-1.35.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-1.35.1.i586",
"product": {
"name": "google-osconfig-agent-20250115.01-1.35.1.i586",
"product_id": "google-osconfig-agent-20250115.01-1.35.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"product": {
"name": "google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"product_id": "google-osconfig-agent-20250115.01-1.35.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-1.35.1.s390x",
"product": {
"name": "google-osconfig-agent-20250115.01-1.35.1.s390x",
"product_id": "google-osconfig-agent-20250115.01-1.35.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-1.35.1.x86_64",
"product": {
"name": "google-osconfig-agent-20250115.01-1.35.1.x86_64",
"product_id": "google-osconfig-agent-20250115.01-1.35.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-1.35.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-1.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-1.35.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-1.35.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-1.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-1.35.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-1.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 12:google-osconfig-agent-20250115.01-1.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-18T14:52:43Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
}
]
}
SUSE-SU-2025:0611-1
Vulnerability from csaf_suse - Published: 2025-02-21 10:37 - Updated: 2025-02-21 10:37Summary
Security update for google-osconfig-agent
Severity
Important
Notes
Title of the patch: Security update for google-osconfig-agent
Description of the patch: This update for google-osconfig-agent fixes the following issues:
- CVE-2024-45339: github.com/golang/glog: a privileged process' log file path can be easily predicted and used to
overwrite other sensitive files in a system. (bsc#1236560)
Patchnames: SUSE-2025-611,SUSE-SLE-Micro-5.5-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-611,openSUSE-SLE-15.6-2025-611
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.1 (High)
Affected products
Recommended
24 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
8 references
{
"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 google-osconfig-agent",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for google-osconfig-agent fixes the following issues:\n\n- CVE-2024-45339: github.com/golang/glog: a privileged process\u0027 log file path can be easily predicted and used to\n overwrite other sensitive files in a system. (bsc#1236560)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-611,SUSE-SLE-Micro-5.5-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP3-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP5-2025-611,SUSE-SLE-Module-Public-Cloud-15-SP6-2025-611,openSUSE-SLE-15.6-2025-611",
"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/suse-su-2025_0611-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0611-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250611-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0611-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020396.html"
},
{
"category": "self",
"summary": "SUSE Bug 1236560",
"url": "https://bugzilla.suse.com/1236560"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
}
],
"title": "Security update for google-osconfig-agent",
"tracking": {
"current_release_date": "2025-02-21T10:37:12Z",
"generator": {
"date": "2025-02-21T10:37:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0611-1",
"initial_release_date": "2025-02-21T10:37:12Z",
"revision_history": [
{
"date": "2025-02-21T10:37:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"product": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"product_id": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.i586",
"product": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.i586",
"product_id": "google-osconfig-agent-20250115.01-150000.1.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"product": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"product_id": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"product": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"product_id": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"product": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"product_id": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
},
"product_reference": "google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Micro 5.5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP3:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP5:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.aarch64",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.ppc64le",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.s390x",
"openSUSE Leap 15.6:google-osconfig-agent-20250115.01-150000.1.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T10:37:12Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
}
]
}
SUSE-SU-2025:0622-1
Vulnerability from csaf_suse - Published: 2025-02-21 10:59 - Updated: 2025-02-21 10:59Summary
Security update for grafana
Severity
Important
Notes
Title of the patch: Security update for grafana
Description of the patch: This update for grafana fixes the following issues:
grafana was updated from version 10.4.13 to 10.4.15:
- Security issues fixed:
* CVE-2024-45339: Fixed vulnerability when creating log files (bsc#1236559)
* CVE-2024-11741: Fixed the Grafana Alerting VictorOps integration (bsc#1236734)
* CVE-2025-21613: Removed vulnerable library github.com/go-git/go-git/v5 (bsc#1235574)
* CVE-2024-28180: Fixed improper handling of highly compressed data (bsc#1235206)
- Other bugs fixed and changes:
* Alerting: Do not fetch Orgs if the user is authenticated by apikey/sa or render key
* Added provisioning directories
* Use /bin/bash in wrapper scripts
Patchnames: SUSE-2025-622,SUSE-SLE-Manager-Tools-12-2025-622
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.3 (Medium)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
4 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
20 references
{
"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 grafana",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for grafana fixes the following issues:\n\ngrafana was updated from version 10.4.13 to 10.4.15:\n\n- Security issues fixed:\n * CVE-2024-45339: Fixed vulnerability when creating log files (bsc#1236559)\n * CVE-2024-11741: Fixed the Grafana Alerting VictorOps integration (bsc#1236734)\n * CVE-2025-21613: Removed vulnerable library github.com/go-git/go-git/v5 (bsc#1235574)\n * CVE-2024-28180: Fixed improper handling of highly compressed data (bsc#1235206)\n- Other bugs fixed and changes:\n * Alerting: Do not fetch Orgs if the user is authenticated by apikey/sa or render key\n * Added provisioning directories\n * Use /bin/bash in wrapper scripts\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-622,SUSE-SLE-Manager-Tools-12-2025-622",
"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/suse-su-2025_0622-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0622-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250622-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0622-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020389.html"
},
{
"category": "self",
"summary": "SUSE Bug 1235206",
"url": "https://bugzilla.suse.com/1235206"
},
{
"category": "self",
"summary": "SUSE Bug 1235574",
"url": "https://bugzilla.suse.com/1235574"
},
{
"category": "self",
"summary": "SUSE Bug 1236559",
"url": "https://bugzilla.suse.com/1236559"
},
{
"category": "self",
"summary": "SUSE Bug 1236734",
"url": "https://bugzilla.suse.com/1236734"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28180 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28180/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21613 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21613/"
}
],
"title": "Security update for grafana",
"tracking": {
"current_release_date": "2025-02-21T10:59:56Z",
"generator": {
"date": "2025-02-21T10:59:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0622-1",
"initial_release_date": "2025-02-21T10:59:56Z",
"revision_history": [
{
"date": "2025-02-21T10:59:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-1.71.1.aarch64",
"product": {
"name": "grafana-10.4.15-1.71.1.aarch64",
"product_id": "grafana-10.4.15-1.71.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-1.71.1.i586",
"product": {
"name": "grafana-10.4.15-1.71.1.i586",
"product_id": "grafana-10.4.15-1.71.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-1.71.1.ppc64le",
"product": {
"name": "grafana-10.4.15-1.71.1.ppc64le",
"product_id": "grafana-10.4.15-1.71.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-1.71.1.s390x",
"product": {
"name": "grafana-10.4.15-1.71.1.s390x",
"product_id": "grafana-10.4.15-1.71.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-1.71.1.x86_64",
"product": {
"name": "grafana-10.4.15-1.71.1.x86_64",
"product_id": "grafana-10.4.15-1.71.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 12",
"product": {
"name": "SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-1.71.1.aarch64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64"
},
"product_reference": "grafana-10.4.15-1.71.1.aarch64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-1.71.1.ppc64le as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le"
},
"product_reference": "grafana-10.4.15-1.71.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-1.71.1.s390x as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x"
},
"product_reference": "grafana-10.4.15-1.71.1.s390x",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-1.71.1.x86_64 as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
},
"product_reference": "grafana-10.4.15-1.71.1.x86_64",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11741"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. \nThe Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 11.5.0, 11.4.1, 11.3.3, 11.2.6, 11.1.11, 11.0.11 and 10.4.15",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11741",
"url": "https://www.suse.com/security/cve/CVE-2024-11741"
},
{
"category": "external",
"summary": "SUSE Bug 1236734 for CVE-2024-11741",
"url": "https://bugzilla.suse.com/1236734"
}
],
"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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T10:59:56Z",
"details": "moderate"
}
],
"title": "CVE-2024-11741"
},
{
"cve": "CVE-2024-28180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28180"
}
],
"notes": [
{
"category": "general",
"text": "Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28180",
"url": "https://www.suse.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "SUSE Bug 1234984 for CVE-2024-28180",
"url": "https://bugzilla.suse.com/1234984"
}
],
"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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T10:59:56Z",
"details": "moderate"
}
],
"title": "CVE-2024-28180"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T10:59:56Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.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": [
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.aarch64",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.ppc64le",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.s390x",
"SUSE Manager Client Tools 12:grafana-10.4.15-1.71.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T10:59:56Z",
"details": "important"
}
],
"title": "CVE-2025-21613"
}
]
}
SUSE-SU-2025:0623-1
Vulnerability from csaf_suse - Published: 2025-02-21 11:00 - Updated: 2025-02-21 11:00Summary
Security update for grafana
Severity
Important
Notes
Title of the patch: Security update for grafana
Description of the patch: This update for grafana fixes the following issues:
grafana was updated from version 10.4.13 to 10.4.15:
- Security issues fixed:
* CVE-2024-45339: Fixed vulnerability when creating log files (bsc#1236559)
* CVE-2024-11741: Fixed the Grafana Alerting VictorOps integration (bsc#1236734)
* CVE-2025-21613: Removed vulnerable library github.com/go-git/go-git/v5 (bsc#1235574)
* CVE-2024-28180: Fixed improper handling of highly compressed data (bsc#1235206)
- Other bugs fixed and changes:
* Alerting: Do not fetch Orgs if the user is authenticated by apikey/sa or render key
* Added provisioning directories
* Use /bin/bash in wrapper scripts
Patchnames: SUSE-2025-623,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-623,openSUSE-SLE-15.6-2025-623
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
4.3 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.1 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
20 references
{
"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 grafana",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for grafana fixes the following issues:\n\ngrafana was updated from version 10.4.13 to 10.4.15:\n\n- Security issues fixed:\n * CVE-2024-45339: Fixed vulnerability when creating log files (bsc#1236559)\n * CVE-2024-11741: Fixed the Grafana Alerting VictorOps integration (bsc#1236734)\n * CVE-2025-21613: Removed vulnerable library github.com/go-git/go-git/v5 (bsc#1235574)\n * CVE-2024-28180: Fixed improper handling of highly compressed data (bsc#1235206)\n- Other bugs fixed and changes:\n * Alerting: Do not fetch Orgs if the user is authenticated by apikey/sa or render key\n * Added provisioning directories\n * Use /bin/bash in wrapper scripts\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-623,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-623,openSUSE-SLE-15.6-2025-623",
"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/suse-su-2025_0623-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0623-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250623-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0623-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020388.html"
},
{
"category": "self",
"summary": "SUSE Bug 1235206",
"url": "https://bugzilla.suse.com/1235206"
},
{
"category": "self",
"summary": "SUSE Bug 1235574",
"url": "https://bugzilla.suse.com/1235574"
},
{
"category": "self",
"summary": "SUSE Bug 1236559",
"url": "https://bugzilla.suse.com/1236559"
},
{
"category": "self",
"summary": "SUSE Bug 1236734",
"url": "https://bugzilla.suse.com/1236734"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11741 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11741/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28180 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28180/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45339 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45339/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21613 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21613/"
}
],
"title": "Security update for grafana",
"tracking": {
"current_release_date": "2025-02-21T11:00:07Z",
"generator": {
"date": "2025-02-21T11:00:07Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0623-1",
"initial_release_date": "2025-02-21T11:00:07Z",
"revision_history": [
{
"date": "2025-02-21T11:00:07Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-150200.3.64.1.aarch64",
"product": {
"name": "grafana-10.4.15-150200.3.64.1.aarch64",
"product_id": "grafana-10.4.15-150200.3.64.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-150200.3.64.1.i586",
"product": {
"name": "grafana-10.4.15-150200.3.64.1.i586",
"product_id": "grafana-10.4.15-150200.3.64.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-150200.3.64.1.ppc64le",
"product": {
"name": "grafana-10.4.15-150200.3.64.1.ppc64le",
"product_id": "grafana-10.4.15-150200.3.64.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-150200.3.64.1.s390x",
"product": {
"name": "grafana-10.4.15-150200.3.64.1.s390x",
"product_id": "grafana-10.4.15-150200.3.64.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-10.4.15-150200.3.64.1.x86_64",
"product": {
"name": "grafana-10.4.15-150200.3.64.1.x86_64",
"product_id": "grafana-10.4.15-150200.3.64.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-10.4.15-150200.3.64.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
},
"product_reference": "grafana-10.4.15-150200.3.64.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11741",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11741"
}
],
"notes": [
{
"category": "general",
"text": "Grafana is an open-source platform for monitoring and observability. \nThe Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. \nFixed in versions 11.5.0, 11.4.1, 11.3.3, 11.2.6, 11.1.11, 11.0.11 and 10.4.15",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11741",
"url": "https://www.suse.com/security/cve/CVE-2024-11741"
},
{
"category": "external",
"summary": "SUSE Bug 1236734 for CVE-2024-11741",
"url": "https://bugzilla.suse.com/1236734"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T11:00:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-11741"
},
{
"cve": "CVE-2024-28180",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28180"
}
],
"notes": [
{
"category": "general",
"text": "Package jose aims to provide an implementation of the Javascript Object Signing and Encryption set of standards. An attacker could send a JWE containing compressed data that used large amounts of memory and CPU when decompressed by Decrypt or DecryptMulti. Those functions now return an error if the decompressed data would exceed 250kB or 10x the compressed size (whichever is larger). This vulnerability has been patched in versions 4.0.1, 3.0.3 and 2.6.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28180",
"url": "https://www.suse.com/security/cve/CVE-2024-28180"
},
{
"category": "external",
"summary": "SUSE Bug 1234984 for CVE-2024-28180",
"url": "https://bugzilla.suse.com/1234984"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.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:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T11:00:07Z",
"details": "moderate"
}
],
"title": "CVE-2024-28180"
},
{
"cve": "CVE-2024-45339",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45339"
}
],
"notes": [
{
"category": "general",
"text": "When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process\u0027s log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45339",
"url": "https://www.suse.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "SUSE Bug 1236541 for CVE-2024-45339",
"url": "https://bugzilla.suse.com/1236541"
}
],
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T11:00:07Z",
"details": "important"
}
],
"title": "CVE-2024-45339"
},
{
"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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.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": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.15-150200.3.64.1.x86_64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.aarch64",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.ppc64le",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.s390x",
"openSUSE Leap 15.6:grafana-10.4.15-150200.3.64.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-21T11:00:07Z",
"details": "important"
}
],
"title": "CVE-2025-21613"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…