suse-su-2023:2292-1
Vulnerability from csaf_suse
Published
2023-05-25 07:21
Modified
2023-05-25 07:21
Summary
Security update for kubernetes1.23

Notes

Title of the patch
Security update for kubernetes1.23
Description of the patch
This update for kubernetes1.23 fixes the following issues: - add kubernetes1.18-client-common as conflicts with kubernetes-client-bash-completion - Split individual completions into separate packages Update to version 1.23.17: * releng: Update images, dependencies and version to Go 1.19.6 * Update golang.org/x/net to v0.7.0 * Pin golang.org/x/net to v0.4.0 * add scale test for probes * use custom dialer for http probes * use custom dialer for tcp probes * add custom dialer optimized for probes * egress_selector: prevent goroutines leak on connect() step. * tls.Dial() validates hostname, no need to do that manually * Fix issue that Audit Server could not correctly encode DeleteOption * Do not include scheduler name in the preemption event message * Do not leak cross namespace pod metadata in preemption events * pkg/controller/job: re-honor exponential backoff * releng: Update images, dependencies and version to Go 1.19.5 * Bump Konnectivity to v0.0.35 * Improve vendor verification works for each staging repo * Update to go1.19 * Adjust for os/exec changes in 1.19 * Update golangci-lint to 1.46.2 and fix errors * Match go1.17 defaults for SHA-1 and GC * update golangci-lint to 1.45.0 * kubelet: make the image pull time more accurate in event * change k8s.gcr.io/pause to registry.k8s.io/pause * use etcd 3.5.6-0 after promotion * changelog: CVE-2022-3294 and CVE-2022-3162 were fixed in v1.23.14 * Add CVE-2021-25749 to CHANGELOG-1.23.md * Add CVE-2022-3294 to CHANGELOG-1.23.md * kubeadm: use registry.k8s.io instead of k8s.gcr.io * etcd: Updated to v3.5.5 * Bump konnectivity network proxy to v0.0.33. Includes a couple bug fixes for better handling of dial failures. [Agent & Server](https://github.com/kubernetes-sigs/apiserver-network-proxy/commits/v0.0.33) include numerous other fixes. * kubeadm: allow RSA and ECDSA format keys in preflight check * Fixes kubelet log compression on Windows * Reduce default gzip compression level from 4 to 1 in apiserver * exec auth: support TLS config caching * Marshal MicroTime to json and proto at the same precision * Windows: ensure runAsNonRoot does case-insensitive comparison on user name * update structured-merge-diff to 4.2.3 * Add rate limiting when calling STS assume role API * Fixing issue in generatePodSandboxWindowsConfig for hostProcess containers by where pod sandbox won't have HostProcess bit set if pod does not have a security context but containers specify HostProcess.
Patchnames
SUSE-2023-2292,SUSE-SLE-Module-Containers-15-SP4-2023-2292,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2292,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2292,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2292,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2292,SUSE-Storage-7.1-2023-2292
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "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 kubernetes1.23",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for kubernetes1.23 fixes the following issues:\n\n- add kubernetes1.18-client-common as conflicts with kubernetes-client-bash-completion \n\n- Split individual completions into separate packages\n\nUpdate to version 1.23.17:\n\n  * releng: Update images, dependencies and version to Go 1.19.6\n  * Update golang.org/x/net to v0.7.0\n  * Pin golang.org/x/net to v0.4.0\n  * add scale test for probes\n  * use custom dialer for http probes\n  * use custom dialer for tcp probes\n  * add custom dialer optimized for probes\n  * egress_selector: prevent goroutines leak on connect() step.\n  * tls.Dial() validates hostname, no need to do that manually\n  * Fix issue that Audit Server could not correctly encode DeleteOption\n  * Do not include scheduler name in the preemption event message\n  * Do not leak cross namespace pod metadata in preemption events\n  * pkg/controller/job: re-honor exponential backoff\n  * releng: Update images, dependencies and version to Go 1.19.5\n  * Bump Konnectivity to v0.0.35\n  * Improve vendor verification works for each staging repo\n  * Update to go1.19\n  * Adjust for os/exec changes in 1.19\n  * Update golangci-lint to 1.46.2 and fix errors\n  * Match go1.17 defaults for SHA-1 and GC\n  * update golangci-lint to 1.45.0\n  * kubelet: make the image pull time more accurate in event\n  * change k8s.gcr.io/pause to registry.k8s.io/pause\n  * use etcd 3.5.6-0 after promotion\n  * changelog: CVE-2022-3294 and CVE-2022-3162 were fixed in v1.23.14\n  * Add CVE-2021-25749 to CHANGELOG-1.23.md\n  * Add CVE-2022-3294 to CHANGELOG-1.23.md\n  * kubeadm: use registry.k8s.io instead of k8s.gcr.io\n  * etcd: Updated to v3.5.5\n  * Bump konnectivity network proxy to v0.0.33. Includes a couple bug fixes for better handling of dial failures. [Agent \u0026 Server](https://github.com/kubernetes-sigs/apiserver-network-proxy/commits/v0.0.33) include numerous other fixes.\n  * kubeadm: allow RSA and ECDSA format keys in preflight check\n  * Fixes kubelet log compression on Windows\n  * Reduce default gzip compression level from 4 to 1 in apiserver\n  * exec auth: support TLS config caching\n  * Marshal MicroTime to json and proto at the same precision\n  * Windows: ensure runAsNonRoot does case-insensitive comparison on user name\n  * update structured-merge-diff to 4.2.3\n  * Add rate limiting when calling STS assume role API\n  * Fixing issue in generatePodSandboxWindowsConfig for hostProcess containers by where pod sandbox won\u0027t have HostProcess bit set if pod does not have a security context but containers specify HostProcess.\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-2292,SUSE-SLE-Module-Containers-15-SP4-2023-2292,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2292,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2292,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2292,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2292,SUSE-Storage-7.1-2023-2292",
        "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-2023_2292-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:2292-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232292-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:2292-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2023-May/029534.html"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-25749 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-25749/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-3162 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-3162/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2022-3294 page",
        "url": "https://www.suse.com/security/cve/CVE-2022-3294/"
      }
    ],
    "title": "Security update for kubernetes1.23",
    "tracking": {
      "current_release_date": "2023-05-25T07:21:44Z",
      "generator": {
        "date": "2023-05-25T07:21:44Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:2292-1",
      "initial_release_date": "2023-05-25T07:21:44Z",
      "revision_history": [
        {
          "date": "2023-05-25T07:21:44Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.aarch64",
                "product": {
                  "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.aarch64",
                  "product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.6.1.noarch",
                "product": {
                  "name": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.6.1.noarch",
                  "product_id": "kubernetes1.23-client-bash-completion-1.23.17-150300.7.6.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.6.1.noarch",
                "product": {
                  "name": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.6.1.noarch",
                  "product_id": "kubernetes1.23-client-fish-completion-1.23.17-150300.7.6.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.ppc64le",
                "product": {
                  "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.ppc64le",
                  "product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.s390x",
                "product": {
                  "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.s390x",
                  "product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-apiserver-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-controller-manager-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-kubeadm-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-kubelet-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-kubelet-common-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-proxy-1.23.17-150300.7.6.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.x86_64",
                "product": {
                  "name": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.x86_64",
                  "product_id": "kubernetes1.23-scheduler-1.23.17-150300.7.6.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Containers 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Containers 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-containers:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                "product": {
                  "name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles-ltss:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:15:sp3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Enterprise Storage 7.1",
                "product": {
                  "name": "SUSE Enterprise Storage 7.1",
                  "product_id": "SUSE Enterprise Storage 7.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:ses:7.1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
          "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64 as component of SUSE Enterprise Storage 7.1",
          "product_id": "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        },
        "product_reference": "kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
        "relates_to_product_reference": "SUSE Enterprise Storage 7.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2021-25749",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-25749"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Windows workloads can run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-25749",
          "url": "https://www.suse.com/security/cve/CVE-2021-25749"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1203475 for CVE-2021-25749",
          "url": "https://bugzilla.suse.com/1203475"
        }
      ],
      "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 Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-05-25T07:21:44Z",
          "details": "important"
        }
      ],
      "title": "CVE-2021-25749"
    },
    {
      "cve": "CVE-2022-3162",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-3162"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3. The same users are not authorized to read another custom resource in the same API group.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-3162",
          "url": "https://www.suse.com/security/cve/CVE-2022-3162"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1204388 for CVE-2022-3162",
          "url": "https://bugzilla.suse.com/1204388"
        }
      ],
      "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 Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-05-25T07:21:44Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-3162"
    },
    {
      "cve": "CVE-2022-3294",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2022-3294"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
          "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2022-3294",
          "url": "https://www.suse.com/security/cve/CVE-2022-3294"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1204387 for CVE-2022-3294",
          "url": "https://bugzilla.suse.com/1204387"
        }
      ],
      "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 Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Enterprise Storage 7.1:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Module for Containers 15 SP4:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.aarch64",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.s390x",
            "SUSE Linux Enterprise Server 15 SP3-LTSS:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-1.23.17-150300.7.6.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 15 SP3:kubernetes1.23-client-common-1.23.17-150300.7.6.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-05-25T07:21:44Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2022-3294"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…