Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm.sh/helm/v3-v3.10.3: 9 vulnerabilities (highest severity is: 8.1) #23

Open
mend-bolt-for-github bot opened this issue Dec 27, 2022 · 6 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Dec 27, 2022

Vulnerable Library - helm.sh/helm/v3-v3.10.3

Library home page: https://proxy.golang.org/helm.sh/helm/v3/@v/v3.10.3.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/helm.sh/helm/v3/@v/v3.10.3.mod

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (helm.sh/helm/v3-v3.10.3 version) Remediation Possible**
CVE-2024-36623 High 8.1 github.com/docker/docker-v20.10.18+incompatible Transitive N/A*
CVE-2024-26147 High 7.5 helm.sh/helm/v3-v3.10.3 Direct v3.14.2
CVE-2023-45288 High 7.5 golang.org/x/net-v0.21.0 Transitive N/A*
CVE-2023-44487 High 7.5 k8s.io/apiserver-v0.24.2 Transitive N/A*
CVE-2024-45337 High 7.4 golang.org/x/crypto-v0.20.0 Transitive N/A*
CVE-2024-36621 Medium 6.5 github.com/docker/docker-v20.10.18+incompatible Transitive N/A*
CVE-2024-25620 Medium 6.4 helm.sh/helm/v3-v3.10.3 Direct v3.14.1
CVE-2024-45338 Medium 5.3 golang.org/x/net-v0.21.0 Transitive N/A*
CVE-2023-25173 Medium 5.3 github.com/Containerd/Containerd-v1.6.15 Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2024-36623

Vulnerable Library - github.com/docker/docker-v20.10.18+incompatible

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

Library home page: https://proxy.golang.org/github.com/docker/docker/@v/v20.10.18+incompatible.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/github.com/docker/docker/@v/v20.10.18+incompatible.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • oras.land/oras-go-v1.2.0
      • github.com/docker/docker-v20.10.18+incompatible (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

moby v25.0.3 has a Race Condition vulnerability in the streamformatter package which can be used to trigger multiple concurrent write operations resulting in data corruption or application crashes.

Publish Date: 2024-11-29

URL: CVE-2024-36623

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://gist.github.com/1047524396/c192c0159a19bf58a4373b696467dc29

Release Date: 2024-11-29

Fix Resolution: github.com/moby/moby-v25.0.4

Step up your Open Source Security Game with Mend here

CVE-2024-26147

Vulnerable Library - helm.sh/helm/v3-v3.10.3

Library home page: https://proxy.golang.org/helm.sh/helm/v3/@v/v3.10.3.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/helm.sh/helm/v3/@v/v3.10.3.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

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.

Publish Date: 2024-02-21

URL: CVE-2024-26147

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-r53h-jv2g-vpx6

Release Date: 2024-02-21

Fix Resolution: v3.14.2

Step up your Open Source Security Game with Mend here

CVE-2023-45288

Vulnerable Library - golang.org/x/net-v0.21.0

Library home page: https://proxy.golang.org/golang.org/x/net/@v/v0.21.0.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/golang.org/x/net/@v/v0.21.0.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • github.com/Containerd/Containerd-v1.6.15
      • golang.org/x/net-v0.21.0 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.

Publish Date: 2024-04-04

URL: CVE-2023-45288

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2023-10-06

Fix Resolution: golang/net - v0.23.0

Step up your Open Source Security Game with Mend here

CVE-2023-44487

Vulnerable Library - k8s.io/apiserver-v0.24.2

Library for writing a Kubernetes-style API server.

Library home page: https://proxy.golang.org/k8s.io/apiserver/@v/v0.24.2.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/k8s.io/apiserver/@v/v0.24.2.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • k8s.io/apiserver-v0.24.2 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

Publish Date: 2023-10-10

URL: CVE-2023-44487

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2023-44487

Release Date: 2023-10-10

Fix Resolution: org.eclipse.jetty.http2:http2-server:9.4.53.v20231009,10.0.17,11.0.17, org.eclipse.jetty.http2:jetty-http2-server:12.0.2, org.eclipse.jetty.http2:http2-common:9.4.53.v20231009,10.0.17,11.0.17, org.eclipse.jetty.http2:jetty-http2-common:12.0.2, nghttp - v1.57.0, swift-nio-http2 - 1.28.0, io.netty:netty-codec-http2:4.1.100.Final, trafficserver - 9.2.3, org.apache.tomcat:tomcat-coyote:8.5.94,9.0.81,10.1.14, org.apache.tomcat.embed:tomcat-embed-core:8.5.94,9.0.81,10.1.14, Microsoft.AspNetCore.App - 6.0.23,7.0.12, contour - v1.26.1, proxygen - v2023.10.16.00, grpc-go - v1.56.3,v1.57.1,v1.58.3, kubernetes/kubernetes - v1.25.15,v1.26.10,v1.27.7,v1.28.3,v1.29.0, kubernetes/apimachinery - v0.25.15,v0.26.10,v0.27.7,v0.28.3,v0.29.0

Step up your Open Source Security Game with Mend here

CVE-2024-45337

Vulnerable Library - golang.org/x/crypto-v0.20.0

Library home page: https://proxy.golang.org/golang.org/x/crypto/@v/v0.20.0.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/golang.org/x/crypto/@v/v0.20.0.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • golang.org/x/crypto-v0.20.0 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/[email protected] enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.

Publish Date: 2024-12-11

URL: CVE-2024-45337

CVSS 3 Score Details (7.4)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-v778-237x-gjrc

Release Date: 2024-12-11

Fix Resolution: golang.org/x/crypto-v0.31.0

Step up your Open Source Security Game with Mend here

CVE-2024-36621

Vulnerable Library - github.com/docker/docker-v20.10.18+incompatible

Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

Library home page: https://proxy.golang.org/github.com/docker/docker/@v/v20.10.18+incompatible.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/github.com/docker/docker/@v/v20.10.18+incompatible.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • oras.land/oras-go-v1.2.0
      • github.com/docker/docker-v20.10.18+incompatible (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

moby v25.0.5 is affected by a Race Condition in builder/builder-next/adapters/snapshot/layer.go. The vulnerability could be used to trigger concurrent builds that call the EnsureLayer function resulting in resource leaks/exhaustion.

Publish Date: 2024-11-29

URL: CVE-2024-36621

CVSS 3 Score Details (6.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2024-11-29

Fix Resolution: github.com/moby/moby-v25.0.5

Step up your Open Source Security Game with Mend here

CVE-2024-25620

Vulnerable Library - helm.sh/helm/v3-v3.10.3

Library home page: https://proxy.golang.org/helm.sh/helm/v3/@v/v3.10.3.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/helm.sh/helm/v3/@v/v3.10.3.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

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.

Publish Date: 2024-02-14

URL: CVE-2024-25620

CVSS 3 Score Details (6.4)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2024-25620

Release Date: 2024-02-14

Fix Resolution: v3.14.1

Step up your Open Source Security Game with Mend here

CVE-2024-45338

Vulnerable Library - golang.org/x/net-v0.21.0

Library home page: https://proxy.golang.org/golang.org/x/net/@v/v0.21.0.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/golang.org/x/net/@v/v0.21.0.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • github.com/Containerd/Containerd-v1.6.15
      • golang.org/x/net-v0.21.0 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

Publish Date: 2024-12-18

URL: CVE-2024-45338

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2024-12-18

Fix Resolution: github.com/golang/net-v0.33.0

Step up your Open Source Security Game with Mend here

CVE-2023-25173

Vulnerable Library - github.com/Containerd/Containerd-v1.6.15

Library home page: https://proxy.golang.org/github.com/!containerd/!containerd/@v/v1.6.15.zip

Path to dependency file: /capten/go.mod

Path to vulnerable library: /go/pkg/mod/cache/download/github.com/containerd/containerd/@v/v1.6.15.mod

Dependency Hierarchy:

  • helm.sh/helm/v3-v3.10.3 (Root Library)
    • github.com/Containerd/Containerd-v1.6.15 (Vulnerable Library)

Found in HEAD commit: ef6d2d14ba20ad161dda103d1ac6ed92c19687bb

Found in base branch: main

Vulnerability Details

containerd is an open source container runtime. A bug was found in containerd prior to versions 1.6.18 and 1.5.18 where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container. Downstream applications that use the containerd client library may be affected as well.

This bug has been fixed in containerd v1.6.18 and v.1.5.18. Users should update to these versions and recreate containers to resolve this issue. Users who rely on a downstream application that uses containerd's client library should check that application for a separate advisory and instructions. As a workaround, ensure that the "USER $USERNAME" Dockerfile instruction is not used. Instead, set the container entrypoint to a value similar to ENTRYPOINT ["su", "-", "user"] to allow su to properly set up supplementary groups.

Publish Date: 2023-02-16

URL: CVE-2023-25173

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-hmfx-3pcx-653p

Release Date: 2023-02-16

Fix Resolution: v1.5.18,v1.6.18

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 27, 2022
@mend-bolt-for-github
Copy link
Contributor Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 6.5) helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 6.5) - autoclosed Jan 7, 2023
@mend-bolt-for-github
Copy link
Contributor Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 6.5) - autoclosed helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 6.5) Jan 13, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 6.5) helm.sh/helm/v3-v3.10.3: 1 vulnerabilities (highest severity is: 6.3) Jan 14, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 1 vulnerabilities (highest severity is: 6.3) helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 7.8) Mar 17, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 7.8) helm.sh/helm/v3-v3.10.3: 6 vulnerabilities (highest severity is: 7.8) May 20, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 6 vulnerabilities (highest severity is: 7.8) helm.sh/helm/v3-v3.10.3: 6 vulnerabilities (highest severity is: 7.8) - autoclosed Jul 18, 2023
@mend-bolt-for-github
Copy link
Contributor Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 6 vulnerabilities (highest severity is: 7.8) - autoclosed helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) Oct 20, 2023
@mend-bolt-for-github
Copy link
Contributor Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) - autoclosed Oct 28, 2023
@mend-bolt-for-github
Copy link
Contributor Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

Copy link
Contributor Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) - autoclosed helm.sh/helm/v3-v3.10.3: 1 vulnerabilities (highest severity is: 7.8) Apr 23, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 1 vulnerabilities (highest severity is: 7.8) helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.8) Apr 23, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.8) helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) Jun 29, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) Jul 15, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) Aug 1, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 4 vulnerabilities (highest severity is: 9.9) Aug 11, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 4 vulnerabilities (highest severity is: 9.9) helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 9.9) Oct 2, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 9.9) helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) Oct 2, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 2 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) Nov 10, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 3 vulnerabilities (highest severity is: 7.5) helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 9.1) Dec 5, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 9.1) helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 8.1) Dec 6, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title helm.sh/helm/v3-v3.10.3: 5 vulnerabilities (highest severity is: 8.1) helm.sh/helm/v3-v3.10.3: 9 vulnerabilities (highest severity is: 8.1) Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants