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. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.
An exception is thrown from a function, but it is not caught.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Go-jose | Go-jose_project | 3.0.0 (including) | 3.0.5 (excluding) |
| Go-jose | Go-jose_project | 4.0.0 (including) | 4.1.4 (excluding) |
| Cryostat 4 on RHEL 9 | RedHat | cryostat/cryostat-storage-rhel9:4.2.0-13 | * |
| Red Hat Enterprise Linux 10 | RedHat | podman-7:5.8.2-1.el10_2 | * |
| Red Hat Enterprise Linux 10 | RedHat | opentelemetry-collector-0:0.144.0-2.el10_2 | * |
| Red Hat Enterprise Linux 10 | RedHat | osbuild-composer-0:165.1-2.el10_2 | * |
| Red Hat Enterprise Linux 10 | RedHat | image-builder-0:52.1-1.el10_2 | * |
| Red Hat Enterprise Linux 10.0 Extended Update Support | RedHat | skopeo-2:1.18.1-3.el10_0.1 | * |
| Red Hat Enterprise Linux 10.0 Extended Update Support | RedHat | podman-6:5.4.0-15.el10_0.1 | * |
| Red Hat Enterprise Linux 10.0 Extended Update Support | RedHat | opentelemetry-collector-0:0.144.0-2.el10_0 | * |
| Red Hat Enterprise Linux 10.0 Extended Update Support | RedHat | buildah-2:1.39.9-1.el10_0 | * |
| Red Hat Enterprise Linux 10.0 Extended Update Support | RedHat | osbuild-composer-0:134.1-9.el10_0 | * |
| Red Hat Enterprise Linux 9 | RedHat | buildah-2:1.41.8-3.el9_7 | * |
| Red Hat Enterprise Linux 9 | RedHat | podman-6:5.8.2-1.el9_8 | * |
| Red Hat Enterprise Linux 9 | RedHat | buildah-2:1.43.1-1.el9_8 | * |
| Red Hat Enterprise Linux 9 | RedHat | opentelemetry-collector-0:0.144.0-2.el9_8 | * |
| Red Hat Enterprise Linux 9 | RedHat | osbuild-composer-0:165.1-2.el9_8 | * |
| Red Hat Enterprise Linux 9 | RedHat | image-builder-0:52.1-1.el9_8 | * |
| Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions | RedHat | podman-2:4.4.1-22.el9_2.11 | * |
| Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions | RedHat | skopeo-2:1.11.4-0.1.el9_2.6 | * |
| Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions | RedHat | buildah-1:1.29.7-1.el9_2.5 | * |
| Red Hat Enterprise Linux 9.4 Extended Update Support | RedHat | opentelemetry-collector-0:0.144.0-2.el9_4 | * |
| Red Hat Enterprise Linux 9.6 Extended Update Support | RedHat | podman-5:5.4.0-20.el9_6.3 | * |
| Red Hat Enterprise Linux 9.6 Extended Update Support | RedHat | opentelemetry-collector-0:0.144.0-2.el9_6 | * |
| Red Hat Enterprise Linux 9.6 Extended Update Support | RedHat | buildah-2:1.39.9-1.el9_6 | * |
| Red Hat Enterprise Linux 9.6 Extended Update Support | RedHat | skopeo-2:1.18.1-5.el9_6.1 | * |
| Red Hat Enterprise Linux 9.6 Extended Update Support | RedHat | osbuild-composer-0:132.2-8.el9_6 | * |
| Custom Metric Autoscaler 2.19 | RedHat | custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel9:1780101236 | * |
| Custom Metric Autoscaler 2.19 | RedHat | custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel9:1780101226 | * |
| Custom Metric Autoscaler 2.19 | RedHat | custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9:1780101239 | * |
| Custom Metric Autoscaler 2.19 | RedHat | custom-metrics-autoscaler/custom-metrics-autoscaler-rhel9-operator:1779953535 | * |
| Logging Subsystem for Red Hat OpenShift 6.0 | RedHat | openshift-logging/lokistack-gateway-rhel9:1781192909 | * |
| Multicluster engine for Kubernetes 2.10 | RedHat | multicluster-engine/assisted-installer-agent-rhel9:1776351169 | * |
| Multicluster engine for Kubernetes 2.10 | RedHat | multicluster-engine/assisted-service-9-rhel9:1779135478 | * |
| Multicluster engine for Kubernetes 2.11 | RedHat | multicluster-engine/assisted-service-9-rhel9:1778892370 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-controller-rhel8:1778507267 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-rhel8:1778507253 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-service-8-rhel8:1778476004 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-agent-rhel8:1782203505 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-controller-rhel8:1782204403 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-installer-rhel8:1782204381 | * |
| Multicluster engine for Kubernetes 2.6 | RedHat | multicluster-engine/assisted-service-9-rhel9:1778476002 | * |
| Multicluster engine for Kubernetes 2.7 | RedHat | multicluster-engine/assisted-installer-agent-rhel9:1777360597 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-service-8-rhel8:1778288655 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-service-8-rhel8:1779910504 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-installer-agent-rhel9:1778503377 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-installer-controller-rhel9:1778503196 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-installer-rhel9:1778503297 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-service-9-rhel9:1778288646 | * |
| Multicluster engine for Kubernetes 2.8 | RedHat | multicluster-engine/assisted-service-9-rhel9:1779910129 | * |
| Multicluster engine for Kubernetes 2.9 | RedHat | multicluster-engine/assisted-service-8-rhel8:1778464111 | * |
| Multicluster engine for Kubernetes 2.9 | RedHat | multicluster-engine/assisted-service-9-rhel9:1778464072 | * |
| Multicluster Global Hub 1.3.4 | RedHat | multicluster-globalhub/multicluster-globalhub-grafana-rhel9:1779212259 | * |
| Multicluster Global Hub 1.4.5 | RedHat | multicluster-globalhub/multicluster-globalhub-grafana-rhel9:1779579439 | * |
| Multicluster Global Hub 1.5.4 | RedHat | multicluster-globalhub/multicluster-globalhub-grafana-rhel9:1778867753 | * |
| Multicluster Global Hub 1.6.2 | RedHat | multicluster-globalhub/multicluster-globalhub-grafana-rhel9:1780167118 | * |
| OpenShift API for Data Protection 1.4 | RedHat | oadp/oadp-mustgather-rhel9:1779770049 | * |
| OpenShift API for Data Protection 1.4 | RedHat | oadp/oadp-velero-plugin-rhel9:1779243793 | * |
| OpenShift API for Data Protection 1.5 | RedHat | oadp/oadp-mustgather-rhel9:1779770057 | * |
| OpenShift API for Data Protection 1.5 | RedHat | oadp/oadp-velero-plugin-rhel9:1779245274 | * |
| Red Hat Advanced Cluster Management for Kubernetes 2.14 | RedHat | rhacm2/submariner-rhel9-operator:1780204322 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.10 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1777976489 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-roxctl-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-rhel8:1776727747 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-slim-rhel8:1776727747 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-v4-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-roxctl-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-rhel8:1776727747 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-slim-rhel8:1776727747 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.8 | RedHat | advanced-cluster-security/rhacs-scanner-v4-rhel8:1777307791 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.9 | RedHat | advanced-cluster-security/rhacs-main-rhel8:1777986630 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.9 | RedHat | advanced-cluster-security/rhacs-roxctl-rhel8:1777986630 | * |
| Red Hat Advanced Cluster Security for Kubernetes 4.9 | RedHat | advanced-cluster-security/rhacs-scanner-v4-rhel8:1777986630 | * |
| Red Hat OpenShift AI 2.25 | RedHat | rhoai/odh-model-controller-rhel9:1780069381 | * |
| Red Hat OpenShift AI 3.3 | RedHat | rhoai/odh-kube-auth-proxy-rhel9:1778696221 | * |
| Red Hat OpenShift AI 3.3 | RedHat | rhoai/odh-model-controller-rhel9:1778578758 | * |
| Red Hat OpenShift Container Platform 4.17 | RedHat | openshift4/ose-telemeter-rhel9:1778711679 | * |
| Red Hat OpenShift Container Platform 4.18 | RedHat | openshift4/ose-telemeter-rhel9:1778152595 | * |
| Red Hat OpenShift Container Platform 4.18 | RedHat | openshift4/ose-oauth-server-rhel9:1781612340 | * |
| Red Hat OpenShift Container Platform 4.19 | RedHat | openshift4/ose-telemeter-rhel9:1779253452 | * |
| Red Hat OpenShift Container Platform 4.19 | RedHat | openshift4/ose-oauth-server-rhel9:1781528081 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-telemeter-rhel9:1778139790 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-cli-rhel9:1779775173 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-olm-catalogd-rhel9:1779776767 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-olm-operator-controller-rhel9:1779777382 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-operator-framework-tools-rhel9:1779778558 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-operator-lifecycle-manager-rhel9:1779775521 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-operator-registry-rhel9:1779776141 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-cloud-credential-rhel9-operator:1780992173 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-kube-state-metrics-rhel9:1780991067 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/ose-machine-config-rhel9-operator:1781095245 | * |
| Red Hat OpenShift Container Platform 4.20 | RedHat | openshift4/oc-mirror-plugin-rhel9:1781196942 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-telemeter-rhel9:1778004922 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-machine-config-rhel9-operator:1779258037 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-olm-catalogd-rhel9:1779264135 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-olm-operator-controller-rhel9:1779263963 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-operator-framework-tools-rhel9:1779256521 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-operator-lifecycle-manager-rhel9:1779260263 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-operator-registry-rhel9:1779265022 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-cli-rhel9:1779775977 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-cloud-credential-rhel9-operator:1780402732 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-kube-state-metrics-rhel9:1780402633 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/oc-mirror-plugin-rhel9:1780984236 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-oauth-server-rhel9:1781023907 | * |
| Red Hat OpenShift Container Platform 4.21 | RedHat | openshift4/ose-installer-artifacts-rhel9:1781129269 | * |
| Red Hat OpenShift Container Platform 4.22 | RedHat | openshift4/ose-installer-artifacts-rhel9:1781010151 | * |
| Red Hat OpenShift Container Platform 4.22 | RedHat | openshift4/ose-oauth-server-rhel9:1780943933 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/cephcsi-rhel9:1778049594 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/cephcsi-rhel9-operator:1778049298 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/mcg-core-rhel9:1778049745 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/mcg-rhel9-operator:1778049753 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/ocs-client-console-rhel9:1778050558 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/ocs-client-rhel9-operator:1778049818 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/ocs-metrics-exporter-rhel9:1778049878 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/ocs-rhel9-operator:1778049920 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-cli-rhel9:1778049945 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-console-rhel9:1778060364 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-cosi-sidecar-rhel9:1778050037 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-csi-addons-rhel9-operator:1778050035 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-csi-addons-sidecar-rhel9:1778050048 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-multicluster-console-rhel9:1778050508 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-multicluster-rhel9-operator:1778050119 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-must-gather-rhel9:1778050290 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odf-rhel9-operator:1778059723 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/odr-rhel9-operator:1778050352 | * |
| Red Hat Openshift Data Foundation 4.17 | RedHat | odf4/rook-ceph-rhel9-operator:1778050482 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/cephcsi-rhel9:1778045210 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/cephcsi-rhel9-operator:1778044961 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/mcg-core-rhel9:1778045359 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/mcg-rhel9-operator:1778045374 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/ocs-client-console-rhel9:1778045891 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/ocs-client-rhel9-operator:1778045472 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/ocs-metrics-exporter-rhel9:1778045534 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/ocs-rhel9-operator:1778045524 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-cli-rhel9:1778045587 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-console-rhel9:1778046067 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-cosi-sidecar-rhel9:1778045627 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-csi-addons-rhel9-operator:1778045731 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-csi-addons-sidecar-rhel9:1778045700 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-multicluster-console-rhel9:1778046234 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-multicluster-rhel9-operator:1778045792 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-must-gather-rhel9:1778045858 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odf-rhel9-operator:1778045945 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/odr-rhel9-operator:1778045931 | * |
| Red Hat Openshift Data Foundation 4.18 | RedHat | odf4/rook-ceph-rhel9-operator:1778046079 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/cephcsi-rhel9:1776079019 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/cephcsi-rhel9-operator:1776706744 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/mcg-core-rhel9:1776707205 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/mcg-rhel9-operator:1776707231 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/ocs-client-console-rhel9:1776707760 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/ocs-client-rhel9-operator:1776707301 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/ocs-metrics-exporter-rhel9:1776079295 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/ocs-rhel9-operator:1776707362 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-cli-rhel9:1776707418 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-cloudnative-pg-rhel9-operator:1776707377 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-console-rhel9:1776707947 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-cosi-sidecar-rhel9:1776707456 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-csi-addons-rhel9-operator:1776707526 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-csi-addons-sidecar-rhel9:1776707526 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-multicluster-console-rhel9:1776707945 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-multicluster-rhel9-operator:1776707569 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-must-gather-rhel9:1776707724 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odf-rhel9-operator:1776707763 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/odr-rhel9-operator:1776707771 | * |
| Red Hat Openshift Data Foundation 4.19 | RedHat | odf4/rook-ceph-rhel9-operator:1776079774 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/cephcsi-rhel9:1775822432 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/cephcsi-rhel9-operator:1776403457 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/mcg-core-rhel9:1776403991 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/mcg-rhel9-operator:1776404009 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/ocs-client-console-rhel9:1776404539 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/ocs-client-rhel9-operator:1776404060 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/ocs-metrics-exporter-rhel9:1775822689 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/ocs-rhel9-operator:1776404131 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-cli-rhel9:1776406225 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-cloudnative-pg-rhel9-operator:1776406131 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-console-rhel9:1776406770 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-cosi-sidecar-rhel9:1776406247 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-csi-addons-rhel9-operator:1776406286 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-csi-addons-sidecar-rhel9:1776406291 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-external-snapshotter-rhel9-operator:1776406284 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-external-snapshotter-sidecar-rhel9:1776406291 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-multicluster-console-rhel9:1776406771 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-multicluster-rhel9-operator:1776406384 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-must-gather-rhel9:1776406540 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odf-rhel9-operator:1776406595 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/odr-rhel9-operator:1776406594 | * |
| Red Hat Openshift Data Foundation 4.2 | RedHat | odf4/rook-ceph-rhel9-operator:1775823207 | * |
| Red Hat OpenShift Dev Spaces 3.27 | RedHat | devspaces/traefik-rhel9:1776718585 | * |
| Red Hat OpenShift distributed tracing 3.9.3 | RedHat | rhosdt/tempo-gateway-rhel9:1776435643 | * |
| Red Hat OpenShift distributed tracing 3.9.3 | RedHat | rhosdt/tempo-query-rhel9:1776435613 | * |
| Red Hat OpenShift distributed tracing 3.9.3 | RedHat | rhosdt/tempo-rhel9:1776435680 | * |
| Red Hat OpenShift distributed tracing 3.9.3 | RedHat | rhosdt/opentelemetry-collector-rhel9:1776185379 | * |
| Red Hat OpenShift GitOps 1.18 | RedHat | openshift-gitops-1/dex-rhel8:1779116359 | * |
| Red Hat OpenShift Pipelines 1.2 | RedHat | openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9:1779865001 | * |
| Red Hat OpenShift Pipelines 1.2 | RedHat | openshift-pipelines/pipelines-operator-bundle:1780044955 | * |
| Red Hat OpenShift Pipelines 1.21 | RedHat | serve-tkn-cli-1-21-serve-tkn-cli-1.21.1 | * |
| Red Hat OpenShift Service Mesh 2.6 | RedHat | openshift-service-mesh/istio-cni-rhel8:1777374598 | * |
| Red Hat OpenShift Service Mesh 2.6 | RedHat | openshift-service-mesh/pilot-rhel8:1777319850 | * |
| Red Hat OpenShift Service Mesh 3.1 | RedHat | openshift-service-mesh/kiali-rhel9:1776151270 | * |
| Red Hat OpenShift Service Mesh 3.1 | RedHat | openshift-service-mesh/istio-cni-rhel9:1776238635 | * |
| Red Hat OpenShift Service Mesh 3.1 | RedHat | openshift-service-mesh/istio-pilot-rhel9:1776256858 | * |
| Red Hat OpenShift Service Mesh 3.2 | RedHat | openshift-service-mesh/kiali-rhel9:1776149682 | * |
| Red Hat OpenShift Service Mesh 3.2 | RedHat | openshift-service-mesh/istio-cni-rhel9:1776178280 | * |
| Red Hat OpenShift Service Mesh 3.2 | RedHat | openshift-service-mesh/istio-pilot-rhel9:1776178059 | * |
| Red Hat OpenShift Service Mesh 3.3 | RedHat | openshift-service-mesh/kiali-rhel9:1776151277 | * |
| Red Hat Quay 3.1 | RedHat | quay/quay-rhel8:1776736910 | * |
| Red Hat Quay 3.1 | RedHat | quay/quay-rhel8:1779822261 | * |
| Red Hat Quay 3.12 | RedHat | quay/quay-rhel8:1776752646 | * |
| Red Hat Quay 3.12 | RedHat | quay/quay-rhel8:1779811412 | * |
| Red Hat Quay 3.14 | RedHat | quay/quay-rhel8:1779689392 | * |
| Red Hat Quay 3.15 | RedHat | quay/quay-rhel8:1780891395 | * |
| Red Hat Quay 3.16 | RedHat | quay/quay-rhel9:1779204086 | * |
| Red Hat Quay 3.17 | RedHat | quay/quay-rhel9:1779922205 | * |
| Red Hat Quay 3.9 | RedHat | quay/quay-rhel8:1776782369 | * |
| Red Hat Quay 3.9 | RedHat | quay/quay-rhel8:1779811473 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/client-server-rhel9:1776339099 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/cosign-rhel9:1776329867 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/rhtas-console-rhel9:1780386299 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/createtree-rhel9:1780053572 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/rekor-monitor-rhel9:1780046753 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/fulcio-rhel9:1780046765 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/rekor-backfill-redis-rhel9:1780049214 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/rekor-server-rhel9:1780049214 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/timestamp-authority-rhel9:1780051354 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/trillian-database-rhel9:1780053572 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/trillian-logserver-rhel9:1780053572 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/trillian-logsigner-rhel9:1780053572 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/fetch-tsa-certs-rhel9:1780051354 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/gitsign-rhel9:1780052587 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/rekor-cli-rhel9:1780049214 | * |
| Red Hat Trusted Artifact Signer 1.3 | RedHat | rhtas/updatetree-rhel9:1780053572 | * |
| Golang-github-go-jose-go-jose | Ubuntu | upstream | * |
| Golang-github-go-jose-go-jose.v3 | Ubuntu | upstream | * |