{"schema_version":"1.7.3","id":"SUSE-SU-2023:4124-1","published":"2023-10-19T07:33:52Z","modified":"2026-02-04T02:15:17.880320Z","related":["CVE-2022-41723","CVE-2023-25173"],"upstream":["CVE-2022-41723","CVE-2023-25173"],"summary":"Security update for helm","details":"This update for helm fixes the following issues:\n\nhelm was updated to version 3.13.1:\n\n  * Fixing precedence issue with the import of values.\n  * Add missing with clause to release gh action\n  * FIX Default ServiceAccount yaml\n  * fix(registry): unswallow error\n  * remove useless print during prepareUpgrade\n  * fix(registry): address anonymous pull issue\n  * Fix missing run statement on release action\n  * Write latest version to get.helm.sh bucket\n  * Increased release information key name max length.\n\nhelm was updated to version 3.13.0 (bsc#1215588):\n\n  * Fix leaking goroutines in Install\n  * Update Helm to use k8s 1.28.2 libraries\n  * make the dependabot k8s.io group explicit\n  * use dependabot's group support for k8s.io dependencies\n  * doc:Executing helm rollback release 0 will roll back to the\n    previous release\n  * Use labels instead of selectorLabels for pod labels\n  * fix(helm): fix GetPodLogs, the hooks should be sorted before\n    get the logs of each hook\n  * chore: HTTPGetter add default timeout\n  * Avoid nil dereference if passing a nil resolver\n  * Add required changes after merge\n  * Fix #3352, add support for --ignore-not-found just like kubectl\n    delete\n  * Fix helm may identify achieve of the application/x-gzip as\n    application/vnd.ms-fontobject\n  * Restore `helm get metadata` command\n  * Revert 'Add `helm get metadata` command'\n  * test: replace `ensure.TempDir` with `t.TempDir`\n  * use json api url + report curl/wget error on fail\n  * Added error in case try to supply custom label with name of\n    system label during install/upgrade\n  * fix(main): fix basic auth for helm pull or push\n  * cmd: support generating index in JSON format\n  * repo: detect JSON and unmarshal efficiently\n  * Tweaking new dry-run internal handling\n  * bump kubernetes modules to v0.27.3\n  * Remove warning for template directory not found.\n  * Added tests for created OCI annotation time format\n  * Add created OCI annotation\n  * Fix multiple bugs in values handling\n  * chore: fix a typo in `manager.go`\n  * add GetRegistryClient method\n  * oci: add tests for plain HTTP and insecure HTTPS registries\n  * oci: Add flag `--plain-http` to enable working with HTTP\n    registries\n  * docs: add an example for using the upgrade command with\n    existing values\n  * Replace `fmt.Fprintf` with `fmt.Fprint` in get_metadata.go\n  * Replace `fmt.Fprintln` with `fmt.Fprintf` in get_metadata.go\n  * update kubernetes dependencies from v0.27.0 to v0.27.1\n  * Add ClientOptResolver to test util file\n  * Check that missing keys are still handled in tpl\n  * tests: change crd golden file to match after #11870\n  * Adding details on the Factory interface\n  * update autoscaling/v2beta1 to autoscaling/v2 in skeleton chart\n  * feat(helm): add ability for --dry-run to do lookup functions\n    When a helm command is run with the --dry-run flag, it will try\n    to connect to the cluster to be able to render lookup\n    functions. Closes #8137\n  * bugfix:(#11391) helm lint infinite loop  when malformed\n    template object\n  * pkg/engine: fix nil-dereference\n  * pkg/chartutil: fix nil-dereference\n  * pkg/action: fix nil-dereference\n  * full source path when output-dir is not provided\n  * added Contributing.md section and ref link in the README\n  * feat(helm): add ability for --dry-run to do lookup functions\n    When a helm command is run with the --dry-run flag, it will try\n    to connect to the cluster if the value is 'server' to be able\n    to render lookup functions. Closes #8137\n  * feat(helm): add ability for --dry-run to do lookup functions\n  * Add `CHART`, `VERSION` and `APP_VERSION` fields to `get all`\n    command output\n  * Adjust `get` command description to account metadata\n  * add volumes and volumeMounts in chartutil\n  * Seed a default switch to control `automountServiceAccountToken`\n  * Avoid confusing error when passing in '--version X.Y.Z'\n  * Add `helm get metadata` command\n  * Use wrapped error so that ErrNoObjectsVisited can be compared\n    after return.\n  * Add exact version test.\n  * strict file permissions of repository.yaml\n  * Check redefinition of define and include in tpl\n  * Check that `.Template` is passed through `tpl`\n  * Make sure empty `tpl` values render empty.\n  * Pick the test improvement out of PR#8371\n  * #11369 Use the correct index repo cache directory in the\n    `parallelRepoUpdate` method as well\n  * #11369 Add a test case to prove the bug and its resolution\n  * ref(helm): export DescriptorPullSummary fields\n  * feat(helm): add 'ClientOptResolver' ClientOption\n  * Fix flaky TestSQLCreate test by making sqlmock ignore order of\n    sql requests\n  * Fixing tests after adding labels to release fixture\n  * Make default release fixture contain custom labels to make\n    tests check that labels are not lost\n  * Added support for storing custom labels in SQL storage driver\n  * Adding support merging new custom labels with original release\n    labels during upgrade\n  * Added note to install/upgrade commands that original release\n    labels wouldn't be persisted in upgraded release\n  * Added unit tests for implemented install/upgrade labels logic\n  * Remove redudant types from util_test.go\n  * Added tests for newly introduced util.go functions\n  * Fix broken tests for SQL storage driver\n  * Fix broken tests for configmap and secret storage drivers\n  * Make superseded releases keep labels\n  * Support configmap storage driver for install/upgrade actions\n    --labels argument\n  * Added upgrade --install labels argument support\n  * Add labels support for install action with secret storage\n    backend\n  * test: added tests to load plugin from home dir with space\n  * fix: plugin does not load when helm base dir contains space\n  * Add priority class to kind sorter\n  * Fixes #10566\n  * test(search): add mixedCase test case\n  * fix(search): print repo search result in original case\n  * Adjust error message wrongly claiming that there is a resource\n    conflict\n  * Throw an error from jobReady() if the job exceeds its\n    BackoffLimit\n  * github: add Asset Transparency action for GitHub releases\n\nUpdate to version 3.12.3:\n\n* bump kubernetes modules to v0.27.3\n* Add priority class to kind sorter\n\nUpdate to version 3.12.2:\n\n* add GetRegistryClient method\n\nUpdate to version 3.12.1:\n\n  * bugfix:(#11391) helm lint infinite loop  when malformed\n    template object\n  * update autoscaling/v2beta1 to autoscaling/v2 in skeleton chart\n  * test(search): add mixedCase test case\n  * fix(search): print repo search result in original case\n  * strict file permissions of repository.yaml\n  * update kubernetes dependencies from v0.27.0 to v0.27.1\n\nUpdate to version 3.12.0:\n\n  * Attach annotations to OCI artifacts\n  * Fix goroutine leak in action install\n  * fix quiet lint does not fail on non-linting errors\n  * create failing test for quietly linting a chart that doesn't\n    exist\n  * Fixes Readiness Check for statefulsets using partitioned\n    rolling update. (#11774)\n  * fix: failed testcase on windows\n  * Fix 32bit-x86 typo in testsuite\n  * Handle failed DNS case for Go 1.20+\n  * Updating the Go version in go.mod\n  * Fix goroutine leak in perform\n  * Properly invalidate client after CRD install\n  * Provide a helper to set the registryClient in cmd\n  * Reimplemented change in httpgetter for insecure TLS option\n  * Added insecure option to login subcommand\n  * Added support for insecure OCI registries\n  * Enable custom certificates option for OCI\n  * Add testing to default and release branches\n  * Remove job dependency. Should have done when I moved job to new\n    file\n  * Remove check to run only in helm org\n  * Add why comments\n  * Convert remaining CircleCI config to GitHub Actions\n  * Changed how the setup-go action sets go version\n  * chore:Use http constants as http.request parameters\n  * update k8s registry domain\n  * don't mark issues as stale where a PR is in progress\n  * Update to func handling\n  * Add option to support cascade deletion options\n  * the linter varcheck and deadcode are deprecated (since v1.49.0)\n  * Check status code before retrying request\n  * Fix improper use of Table request/response to k8s API\n  * fix template --output-dir issue\n  * Add protection for stack-overflows for nested keys\n  * feature(helm): add --set-literal flag for literal string\n    interpretation\n\nUpdate to version 3.11.3:\n\n  * Fix goroutine leak in perform\n  * Fix goroutine leak in action install\n  * Fix 32bit-x86 typo in testsuite\n  * Fixes Readiness Check for statefulsets using partitioned rolling update. (#11774)\n\n- avoid CGO to workaround missing gold dependency (bsc#1183043)\n","affected":[{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Module for Containers 15 SP4","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Containers%2015%20SP4"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Module for Containers 15 SP5","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Containers%2015%20SP5"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Module for Package Hub 15 SP4","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP4"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm-fish-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Module for Package Hub 15 SP5","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Package%20Hub%2015%20SP5"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm-fish-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise High Performance Computing 15 SP3-ESPOS","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-ESPOS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise High Performance Computing 15 SP3-LTSS","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20High%20Performance%20Computing%2015%20SP3-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Server 15 SP3-LTSS","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Server%2015%20SP3-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Linux Enterprise Server for SAP Applications 15 SP3","purl":"pkg:rpm/suse/helm&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2015%20SP3"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}},{"package":{"name":"helm","ecosystem":"SUSE:Enterprise Storage 7.1","purl":"pkg:rpm/suse/helm&distro=SUSE%20Enterprise%20Storage%207.1"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.13.1-150000.1.26.1"}]}],"ecosystem_specific":{"binaries":[{"helm":"3.13.1-150000.1.26.1","helm-bash-completion":"3.13.1-150000.1.26.1","helm-zsh-completion":"3.13.1-150000.1.26.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2023:4124-1.json"}}],"references":[{"type":"ADVISORY","url":"https://www.suse.com/support/update/announcement/2023/suse-su-20234124-1/"},{"type":"REPORT","url":"https://bugzilla.suse.com/1183043"},{"type":"REPORT","url":"https://bugzilla.suse.com/1215588"},{"type":"REPORT","url":"https://bugzilla.suse.com/1215711"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2022-41723"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2023-25173"}]}