Description
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.
Published: 2026-04-09
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Helm’s plugin verification logic bypasses signature checks when the provenance file (.prov) is missing, allowing unsigned plugins to be installed as if they were legitimate. This flaw permits an attacker to deploy arbitrary code through a malicious plugin that will run with the privileges of the Helm process and can impact the Kubernetes cluster environment.

Affected Systems

Helm releases from 4.0.0 through 4.1.3 are affected. The vulnerability was remediated in Helm 4.1.4, which restores proper provenance verification before plugin installation.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.4, placing it in the high‑severity range, while its EPSS score is less than 1%, indicating a very low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is inferred from the description: an adversary could supply a plugin without a provenance file; Helm will install and run it as if it were signed, potentially enabling arbitrary code execution under the Helm process with access to the Kubernetes cluster.

Generated by OpenCVE AI on August 14, 2026 at 04:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Helm to version 4.1.4 or newer
  • Audit existing plugin installations and remove any that were installed during the vulnerable period
  • Verify that all newly installed plugins contain a valid .prov file before use

Generated by OpenCVE AI on August 14, 2026 at 04:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-q5jf-9vfq-h4h7 Helm's plugin verification fails open when .prov is missing, allowing unsigned plugin install
History

Fri, 17 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:helm:helm:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Fri, 10 Apr 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Helm
Helm helm
Vendors & Products Helm
Helm helm

Thu, 09 Apr 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 09 Apr 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Helm's plugin verification fails open when .prov is missing, allowing unsigned plugin install
Weaknesses CWE-636
References
Metrics cvssV4_0

{'score': 8.4, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T01:02:59.773Z

Reserved: 2026-04-01T18:48:58.937Z

Link: CVE-2026-35205

cve-icon Vulnrichment

Updated: 2026-04-09T16:04:50.634Z

cve-icon NVD

Status : Modified

Published: 2026-04-09T16:16:27.720

Modified: 2026-07-15T02:20:41.583

Link: CVE-2026-35205

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T04:15:03Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature

  • CWE-636

    Not Failing Securely ('Failing Open')