CVE-2024-26147

HIGH EPSS 56.0%
Published Feb 21, 20242y ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published Feb 21, 2024 2y ago
Last Modified Jun 17, 2026 2w ago

Description

Helm is a package manager for Charts for Kubernetes. Versions prior to 3.14.2 contain an uninitialized variable vulnerability when Helm parses index and plugin yaml files missing expected content. When either an `index.yaml` file or a plugins `plugin.yaml` file were missing all metadata a panic would occur in Helm. In the Helm SDK, this is found when using the `LoadIndexFile` or `DownloadIndexFile` functions in the `repo` package or the `LoadDir` function in the `plugin` package. For the Helm client this impacts functions around adding a repository and all Helm functions if a malicious plugin is added as Helm inspects all known plugins on each invocation. This issue has been resolved in Helm v3.14.2. If a malicious plugin has been added which is causing all Helm client commands to panic, the malicious plugin can be manually removed from the filesystem. If using Helm SDK versions prior to 3.14.2, calls to affected functions can use `recover` to catch the panic.

CVSS Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
56.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-457
CWE-908

Affected Products 1

VendorProductVersionRange
helmhelm* <3.14.2

References 2

  • github.com https://github.com/helm/helm/commit/bb4cc9125503a923afb7988f3eb478722a8580af
    Patch
  • github.com https://github.com/helm/helm/security/advisories/GHSA-r53h-jv2g-vpx6
    Vendor Advisory

Remediation

  • github.com https://github.com/helm/helm/commit/bb4cc9125503a923afb7988f3eb478722a8580af
    Patch