VYPR

Helm

by Helm

Source repositories

CVEs (31)

  • CVE-2019-18658CriNov 12, 2019
    risk 0.64cvss 9.8epss 0.02

    In Helm 2.x before 2.15.2, commands that deal with loading a chart as a directory or packaging a chart provide an opportunity for a maliciously designed chart to include sensitive content such as /etc/passwd, or to execute a denial of service (DoS) via a special file such as…

  • CVE-2019-1010275CriJul 17, 2019
    risk 0.57cvss 9.8epss 0.01

    helm Before 2.7.2 is affected by: CWE-295: Improper Certificate Validation. The impact is: Unauthorized clients could connect to the server because self-signed client certs were aloowed. The component is: helm (many files updated, see https://github.com/helm/helm/pull/3152/files/…

  • CVE-2022-36049HigSep 7, 2022
    risk 0.50cvss 7.7epss 0.01

    Flux2 is a tool for keeping Kubernetes clusters in sync with sources of configuration, and Flux's helm-controller is a Kubernetes operator that allows one to declaratively manage Helm chart releases. Helm controller is tightly integrated with the Helm SDK. A vulnerability found…

  • CVE-2026-35204HigApr 9, 2026
    risk 0.49cvss 8.6epss 0.00

    Helm is a package manager for Charts for Kubernetes. From 4.0.0 to 4.1.3, a specially crafted Helm plugin, when installed or updated, will cause Helm to write the contents of the plugin to an arbitrary filesystem location. To prevent this, validate that the plugin.yaml of the…

  • CVE-2025-53547HigJul 8, 2025
    risk 0.48cvss 8.5epss 0.00

    Helm is a package manager for Charts for Kubernetes. Prior to 3.18.4, a specially crafted Chart.yaml file along with a specially linked Chart.lock file can lead to local code execution when dependencies are updated. Fields in a Chart.yaml file, that are carried over to a…

  • CVE-2026-35205HigApr 9, 2026
    risk 0.44cvss 7.8epss 0.00

    Helm is a package manager for Charts for Kubernetes. From 4.0.0 to 4.1.3, Helm will install plugins missing provenance (.prov file) when signature verification is required. This vulnerability is fixed in 4.1.4.

  • CVE-2019-25210MedMar 3, 2024
    risk 0.42cvss 6.5epss 0.01

    An issue was discovered in Cloud Native Computing Foundation (CNCF) Helm through 3.13.3. It displays values of secrets when the --dry-run flag is used. This is a security concern in some use cases, such as a --dry-run call by a CI/CD tool. NOTE: the vendor's position is that…

  • CVE-2024-26147HigFeb 21, 2024
    risk 0.42cvss 7.5epss 0.01

    Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. When either an `index.yaml` file or a plugins `plugin.yaml` file were missing all…

  • CVE-2019-1000008MedFeb 4, 2019
    risk 0.42cvss 6.5epss 0.01

    All versions of Helm between Helm >=2.0.0 and < 2.12.2 contains a CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in The commands `helm fetch --untar` and `helm lint some.tgz` that can result when chart archive files are…

  • CVE-2021-32690MedJun 16, 2021
    risk 0.37cvss 6.8epss 0.01

    Helm is a tool for managing Charts (packages of pre-configured Kubernetes resources). In versions of helm prior to 3.6.1, a vulnerability exists where the username and password credentials associated with a Helm repository could be passed on to another domain referenced by that…

  • CVE-2025-55199MedAug 14, 2025
    risk 0.35cvss 6.5epss 0.00

    Helm is a package manager for Charts for Kubernetes. Prior to version 3.18.5, it is possible to craft a JSON Schema file in a manner which could cause Helm to use all available memory and have an out of memory (OOM) termination. This issue has been resolved in Helm 3.18.5. A…

  • CVE-2025-55198MedAug 14, 2025
    risk 0.35cvss 6.5epss 0.00

    Helm is a package manager for Charts for Kubernetes. Prior to version 3.18.5, when parsing Chart.yaml and index.yaml files, an improper validation of type error can lead to a panic. This issue has been resolved in Helm 3.18.5. A workaround involves ensuring YAML files are…

  • CVE-2025-32387MedApr 9, 2025
    risk 0.35cvss 6.5epss 0.00

    Helm is a package manager for Charts for Kubernetes. A JSON Schema file within a chart can be crafted with a deeply nested chain of references, leading to parser recursion that can exceed the stack size limit and trigger a stack overflow. This issue has been resolved in Helm…

  • CVE-2025-32386MedApr 9, 2025
    risk 0.35cvss 6.5epss 0.00

    Helm is a tool for managing Charts. A chart archive file can be crafted in a manner where it expands to be significantly larger uncompressed than compressed (e.g., >800x difference). When Helm loads this specially crafted chart, memory can be exhausted causing the application to…

  • CVE-2024-25620MedFeb 15, 2024
    risk 0.35cvss 6.4epss 0.01

    Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. When either the Helm client or SDK is used to save a chart whose name within the `Chart.yaml` file includes a relative path change, the chart would be saved outside its expected…

  • CVE-2022-36055MedSep 1, 2022
    risk 0.35cvss 6.5epss 0.01

    Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. Fuzz testing, provided by the CNCF, identified input to functions in the _strvals_ package that can cause an out of memory panic. The _strvals_ package contains a parser that turns…

  • CVE-2021-21303MedFeb 5, 2021
    risk 0.31cvss 5.9epss 0.01

    Helm is open-source software which is essentially "The Kubernetes Package Manager". Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources. In Helm from version 3.0 and before version 3.5.2, there a few cases where data loaded from…

  • CVE-2022-23526MedDec 15, 2022
    risk 0.28cvss 5.3epss 0.01

    Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the_chartutil_ package that can cause a segmentation violation. The _chartutil_ package contains a parser that loads a JSON Schema…

  • CVE-2022-23525MedDec 15, 2022
    risk 0.28cvss 5.3epss 0.01

    Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the _repo_package. The _repo_ package contains a handler that processes the index file of a repository. For example, the Helm client adds…

  • CVE-2022-23524MedDec 15, 2022
    risk 0.28cvss 5.3epss 0.01

    Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to Uncontrolled Resource Consumption, resulting in Denial of Service. Input to functions in the _strvals_ package can cause a stack overflow. In Go, a stack overflow…

Page 1 of 2