Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-25620
HistoryFeb 14, 2024 - 11:24 p.m.

CVE-2024-25620 Dependency management path traversal in helm

2024-02-1423:24:57
CWE-22
GitHub_M
github.com
3
cve-2024-25620
helm
dependency management

CVSS3

6.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

6.6

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

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 directory based on the changes in the relative path. The validation and linting did not detect the path changes in the name. This issue has been resolved in Helm v3.14.1. Users unable to upgrade should check all charts used by Helm for path changes in their name as found in the Chart.yaml file. This includes dependencies.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:helm:helm:*:*:*:*:*:*:*:*"
    ],
    "vendor": "helm",
    "product": "helm",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "3.14.1",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

6.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

AI Score

6.6

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial