SUSE-SU-2025:21043-1

Vulnerability from csaf_suse - Published: 2025-11-14 08:40 - Updated: 2025-11-14 08:40
Summary
Security update for helm

Notes

Title of the patch
Security update for helm
Description of the patch
This update for helm fixes the following issues: Update to version 3.19.1 (bsc#1251649, CVE-2025-58190, bsc#1251442, CVE-2025-47911): * chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 * jsonschema: warn and ignore unresolved URN $ref to match v3.18.4 * Avoid "panic: interface conversion: interface {} is nil" * Fix `helm pull` untar dir check with repo urls * chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 * Add timeout flag to repo add and update flags * chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0 Update to version 3.19.0: * fix: use username and password if provided * chore(deps): bump the k8s-io group with 7 updates * chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 * chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 * chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 * fix(helm-lint): fmt * fix(helm-lint): Add TLSClientConfig * fix(helm-lint): Add HTTP/HTTPS URL support for json schema references * chore(deps): bump the k8s-io group with 7 updates * fix: go mod tidy for v3 * chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 * chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 * fix Chart.yaml handling * Handle messy index files * chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 * json schema fix * fix: k8s version parsing to match original * chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 * Do not explicitly set SNI in HTTPGetter * chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 * chore(deps): bump the k8s-io group with 7 updates * chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 * chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 * chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 * Disabling linter due to unknown issue * Updating link handling * Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 * build(deps): bump the k8s-io group with 7 updates * build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 * fix: user username password for login * Update pkg/registry/transport.go * Update pkg/registry/transport.go * fix: add debug logging to oci transport * build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 * build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 * fix: legacy docker support broken for login * fix: plugin installer test with no Internet * Handle an empty registry config file. * Prevent fetching newReference again as we have in calling method * Prevent failure when resolving version tags in oras memory store * fix(client): skipnode utilization for PreCopy * test: Skip instead of returning early. looks more intentional * test: tests repo stripping functionality * test: include tests for Login based on different protocol prefixes * fix(client): layers now returns manifest - remove duplicate from descriptors * fix(client): return nil on non-allowed media types * Fix 3.18.0 regression: registry login with scheme * Update pkg/plugin/plugin.go * Update pkg/plugin/plugin.go * Wait for Helm v4 before raising when platformCommand and Command are set * Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" * build(deps): bump the k8s-io group with 7 updates * chore: update generalization warning message * build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 * build(deps): bump the k8s-io group with 7 updates * build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 * fix: move warning to top of block * fix: govulncheck workflow * fix: replace fmt warning with slog * fix: add warning when ignore repo flag * bump version to v3.18.0 * backport #30673 to dev-v3 * feat: add httproute from gateway-api to create chart template Update to version 3.18.6: * fix(helm-lint): Add TLSClientConfig * fix(helm-lint): Add HTTP/HTTPS URL support for json schema references Update to version 3.18.5: * fix Chart.yaml handling 7799b48 (Matt Farina) * Handle messy index files dd8502f (Matt Farina) * json schema fix cb8595b (Robert Sirchia) Fix shell completion dependencies * Add BuildRequires to prevent inclusion of folders owned by shells. * Add Requires because installing completions without appropriate shell is questionable. - Fix zsh completion location
Patchnames
SUSE-SLE-Micro-6.0-520
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for helm",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for helm fixes the following issues:\n\nUpdate to version 3.19.1 (bsc#1251649, CVE-2025-58190, bsc#1251442, CVE-2025-47911):\n\n  * chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29\n  * jsonschema: warn and ignore unresolved URN $ref to match v3.18.4\n  * Avoid \"panic: interface conversion: interface {} is nil\"\n  * Fix `helm pull` untar dir check with repo urls\n  * chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10\n  * Add timeout flag to repo add and update flags\n  * chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0\n\nUpdate to version 3.19.0:\n\n  * fix: use username and password if provided\n  * chore(deps): bump the k8s-io group with 7 updates\n  * chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1\n  * chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1\n  * chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0\n  * fix(helm-lint): fmt\n  * fix(helm-lint): Add TLSClientConfig\n  * fix(helm-lint): Add HTTP/HTTPS URL support for json schema references\n  * chore(deps): bump the k8s-io group with 7 updates\n  * fix: go mod tidy for v3\n  * chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0\n  * chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0\n  * fix Chart.yaml handling\n  * Handle messy index files\n  * chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28\n  * json schema fix\n  * fix: k8s version parsing to match original\n  * chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0\n  * Do not explicitly set SNI in HTTPGetter\n  * chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7\n  * chore(deps): bump the k8s-io group with 7 updates\n  * chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0\n  * chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0\n  * chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0\n  * Disabling linter due to unknown issue\n  * Updating link handling\n  * Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1\n  * build(deps): bump the k8s-io group with 7 updates\n  * build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0\n  * fix: user username password for login\n  * Update pkg/registry/transport.go\n  * Update pkg/registry/transport.go\n  * fix: add debug logging to oci transport\n  * build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0\n  * build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0\n  * fix: legacy docker support broken for login\n  * fix: plugin installer test with no Internet\n  * Handle an empty registry config file.\n  * Prevent fetching newReference again as we have in calling method\n  * Prevent failure when resolving version tags in oras memory store\n  * fix(client): skipnode utilization for PreCopy\n  * test: Skip instead of returning early. looks more intentional\n  * test: tests repo stripping functionality\n  * test: include tests for Login based on different protocol prefixes\n  * fix(client): layers now returns manifest - remove duplicate from descriptors\n  * fix(client): return nil on non-allowed media types\n  * Fix 3.18.0 regression: registry login with scheme\n  * Update pkg/plugin/plugin.go\n  * Update pkg/plugin/plugin.go\n  * Wait for Helm v4 before raising when platformCommand and Command are set\n  * Revert \"fix (helm) : toToml` renders int as float [ backport to v3 ]\"\n  * build(deps): bump the k8s-io group with 7 updates\n  * chore: update generalization warning message\n  * build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0\n  * build(deps): bump the k8s-io group with 7 updates\n  * build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0\n  * fix: move warning to top of block\n  * fix: govulncheck workflow\n  * fix: replace fmt warning with slog\n  * fix: add warning when ignore repo flag\n  * bump version to v3.18.0\n  * backport #30673 to dev-v3\n  * feat: add httproute from gateway-api to create chart template\n\nUpdate to version 3.18.6:\n\n  * fix(helm-lint): Add TLSClientConfig\n  * fix(helm-lint): Add HTTP/HTTPS URL support for json schema\n    references\n\nUpdate to version 3.18.5:\n\n  * fix Chart.yaml handling 7799b48 (Matt Farina)\n  * Handle messy index files dd8502f (Matt Farina)\n  * json schema fix cb8595b (Robert Sirchia)\n\nFix shell completion dependencies\n\n  * Add BuildRequires to prevent inclusion of folders owned by shells.\n  * Add Requires because installing completions without appropriate\n    shell is questionable.\n\n- Fix zsh completion location\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-Micro-6.0-520",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_21043-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2025:21043-1",
        "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202521043-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2025:21043-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023392.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1251442",
        "url": "https://bugzilla.suse.com/1251442"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1251649",
        "url": "https://bugzilla.suse.com/1251649"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-47911 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-47911/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2025-58190 page",
        "url": "https://www.suse.com/security/cve/CVE-2025-58190/"
      }
    ],
    "title": "Security update for helm",
    "tracking": {
      "current_release_date": "2025-11-14T08:40:12Z",
      "generator": {
        "date": "2025-11-14T08:40:12Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2025:21043-1",
      "initial_release_date": "2025-11-14T08:40:12Z",
      "revision_history": [
        {
          "date": "2025-11-14T08:40:12Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "helm-3.19.1-1.1.aarch64",
                "product": {
                  "name": "helm-3.19.1-1.1.aarch64",
                  "product_id": "helm-3.19.1-1.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "helm-bash-completion-3.19.1-1.1.noarch",
                "product": {
                  "name": "helm-bash-completion-3.19.1-1.1.noarch",
                  "product_id": "helm-bash-completion-3.19.1-1.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "helm-3.19.1-1.1.s390x",
                "product": {
                  "name": "helm-3.19.1-1.1.s390x",
                  "product_id": "helm-3.19.1-1.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "helm-3.19.1-1.1.x86_64",
                "product": {
                  "name": "helm-3.19.1-1.1.x86_64",
                  "product_id": "helm-3.19.1-1.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Micro 6.0",
                "product": {
                  "name": "SUSE Linux Micro 6.0",
                  "product_id": "SUSE Linux Micro 6.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sl-micro:6.0"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "helm-3.19.1-1.1.aarch64 as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64"
        },
        "product_reference": "helm-3.19.1-1.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "helm-3.19.1-1.1.s390x as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x"
        },
        "product_reference": "helm-3.19.1-1.1.s390x",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "helm-3.19.1-1.1.x86_64 as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64"
        },
        "product_reference": "helm-3.19.1-1.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "helm-bash-completion-3.19.1-1.1.noarch as component of SUSE Linux Micro 6.0",
          "product_id": "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
        },
        "product_reference": "helm-bash-completion-3.19.1-1.1.noarch",
        "relates_to_product_reference": "SUSE Linux Micro 6.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-47911",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-47911"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "unknown",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
          "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-47911",
          "url": "https://www.suse.com/security/cve/CVE-2025-47911"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1251308 for CVE-2025-47911",
          "url": "https://bugzilla.suse.com/1251308"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
            "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
            "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-11-14T08:40:12Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2025-47911"
    },
    {
      "cve": "CVE-2025-58190",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2025-58190"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "unknown",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
          "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
          "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2025-58190",
          "url": "https://www.suse.com/security/cve/CVE-2025-58190"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1251309 for CVE-2025-58190",
          "url": "https://bugzilla.suse.com/1251309"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
            "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.aarch64",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.s390x",
            "SUSE Linux Micro 6.0:helm-3.19.1-1.1.x86_64",
            "SUSE Linux Micro 6.0:helm-bash-completion-3.19.1-1.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2025-11-14T08:40:12Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2025-58190"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…