LiveActive security incident?Get immediate response
CVE Record

CVE-2019-1010275: helm Before 2.7.2 is affected by: CWE-295: Improper Certificate Validation.

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/1096813bf9a425e2aa4ac755b6c991b626dfab50). The attack vector is: A malicious client could connect to the server over the network. The fixed version is: 2.7.2.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Older Helm releases before 2.7.2 could accept self-signed client certificates when they should not. That means an unauthorized network client might connect to the Helm server. The record names version 2.7.2 as fixed, but does not provide CVSS scoring or evidence of active exploitation.

Executive priority

Prioritize remediation for legacy Helm environments that are still reachable on internal or external networks. The business risk is unauthorized control-plane access, but urgency is tempered by missing CVSS data and no cited active exploitation.

Technical view

CVE-2019-1010275 is a CWE-295 improper certificate validation issue in Helm before 2.7.2. The source states self-signed client certificates were allowed, enabling malicious network clients to connect to the server. The fix is associated with Helm 2.7.2 and PR #3152.

Likely exposure

Exposure is most likely where Helm versions before 2.7.2 remain in use and the Helm server is reachable over a network. Environments already upgraded to Helm 2.7.2 or later are identified as fixed by the source bundle.

Exploitation context

The provided sources describe a network attack path but do not cite public exploitation, weaponized tooling, or KEV listing. Treat this as an access-control weakness requiring timely remediation, especially for legacy Helm deployments with reachable server components.

Researcher notes

Key evidence is limited to the CVE description, Helm 2.7.2 release reference, and PR #3152. The record names CWE-295 and fixed version 2.7.2, but does not provide CVSS metrics, exploit maturity, affected configurations, or operational indicators.

Mitigation direction

  • Upgrade affected Helm installations to version 2.7.2 or later.
  • Restrict network access to affected Helm server endpoints until upgraded.
  • Review Helm release notes and PR #3152 for vendor remediation context.
  • Retire unsupported legacy Helm deployments where upgrade is impractical.

Validation and detection

  • Inventory Helm versions and flag any deployment before 2.7.2.
  • Confirm exposed Helm server components are not network-reachable unnecessarily.
  • Verify upgraded environments report Helm 2.7.2 or later.
  • Confirm unauthorized self-signed client certificates are rejected through approved validation testing.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-295: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2019-1010275 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
helmhelmBefore 2.7.2 [fixed: 2.7.2]Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-295 · source CWE mapping

Improper Certificate Validation

Improper Certificate Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.