Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2022:4606-1

Опубликовано: 22 дек. 2022
Источник: suse-cvrf

Описание

Security update for helm

This update for helm fixes the following issues:

Update to version 3.10.3:

  • CVE-2022-23524: Fixed a denial of service in the string value parsing (bsc#1206467).
  • CVE-2022-23525: Fixed a denial of service with the repository index file (bsc#1206469).
  • CVE-2022-23526: Fixed a denial of service in the schema file handling (bsc#1206471).

Список пакетов

Container suse/helm:latest
helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS
helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2
helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4
helm-3.10.3-150000.1.13.1
helm-bash-completion-3.10.3-150000.1.13.1
helm-zsh-completion-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Package Hub 15 SP4
helm-fish-completion-3.10.3-150000.1.13.1
openSUSE Leap 15.3
helm-3.10.3-150000.1.13.1
helm-bash-completion-3.10.3-150000.1.13.1
helm-fish-completion-3.10.3-150000.1.13.1
helm-zsh-completion-3.10.3-150000.1.13.1
openSUSE Leap 15.4
helm-3.10.3-150000.1.13.1
helm-bash-completion-3.10.3-150000.1.13.1
helm-fish-completion-3.10.3-150000.1.13.1
helm-zsh-completion-3.10.3-150000.1.13.1

Описание

ORAS is open source software which enables a way to push OCI Artifacts to OCI Conformant registries. ORAS is both a CLI for initial testing and a Go Module. In ORAS from version 0.4.0 and before version 0.9.0, there is a "zip-slip" vulnerability. The directory support feature allows the downloaded gzipped tarballs to be automatically extracted to the user-specified directory where the tarball can have symbolic links and hard links. A well-crafted tarball or tarballs allow malicious artifact providers linking, writing, or overwriting specific files on the host filesystem outside of the user-specified directory unexpectedly with the same permissions as the user who runs `oras pull`. Users of the affected versions are impacted if they are `oras` CLI users who runs `oras pull`, or if they are Go programs, which invoke `github.com/deislabs/oras/pkg/content.FileStore`. The problem has been fixed in version 0.9.0. For `oras` CLI users, there is no workarounds other than pulling from a trusted artifact provider. For `oras` package users, the workaround is to not use `github.com/deislabs/oras/pkg/content.FileStore`, and use other content stores instead, or pull from a trusted artifact provider.


Затронутые продукты
Container suse/helm:latest:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4:helm-3.10.3-150000.1.13.1

Ссылки

Описание

Authorization Bypass Through User-Controlled Key in GitHub repository emicklei/go-restful prior to v3.8.0.


Затронутые продукты
Container suse/helm:latest:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4:helm-3.10.3-150000.1.13.1

Ссылки

Описание

Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to Uncontrolled Resource Consumption, resulting in Denial of Service. Input to functions in the _strvals_ package can cause a stack overflow. In Go, a stack overflow cannot be recovered from. Applications that use functions from the _strvals_ package in the Helm SDK can have a Denial of Service attack when they use this package and it panics. This issue has been patched in 3.10.3. SDK users can validate strings supplied by users won't create large arrays causing significant memory usage before passing them to the _strvals_ functions.


Затронутые продукты
Container suse/helm:latest:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4:helm-3.10.3-150000.1.13.1

Ссылки

Описание

Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the _repo_package. The _repo_ package contains a handler that processes the index file of a repository. For example, the Helm client adds references to chart repositories where charts are managed. The _repo_ package parses the index file of the repository and loads it into structures Go can work with. Some index files can cause array data structures to be created causing a memory violation. Applications that use the _repo_ package in the Helm SDK to parse an index file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. The Helm Client will panic with an index file that causes a memory violation panic. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate index files that are correctly formatted before passing them to the _repo_ functions.


Затронутые продукты
Container suse/helm:latest:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4:helm-3.10.3-150000.1.13.1

Ссылки

Описание

Helm is a tool for managing Charts, pre-configured Kubernetes resources. Versions prior to 3.10.3 are subject to NULL Pointer Dereference in the_chartutil_ package that can cause a segmentation violation. The _chartutil_ package contains a parser that loads a JSON Schema validation file. For example, the Helm client when rendering a chart will validate its values with the schema file. The _chartutil_ package parses the schema file and loads it into structures Go can work with. Some schema files can cause array data structures to be created causing a memory violation. Applications that use the _chartutil_ package in the Helm SDK to parse a schema file can suffer a Denial of Service when that input causes a panic that cannot be recovered from. Helm is not a long running service so the panic will not affect future uses of the Helm client. This issue has been patched in 3.10.3. SDK users can validate schema files that are correctly formatted before passing them to the _chartutil_ functions.


Затронутые продукты
Container suse/helm:latest:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS-EC2:helm-3.10.3-150000.1.13.1
Image SLES15-SP4-SUSE-Rancher-Setup-BYOS:helm-3.10.3-150000.1.13.1
SUSE Linux Enterprise Module for Containers 15 SP4:helm-3.10.3-150000.1.13.1

Ссылки
Уязвимость SUSE-SU-2022:4606-1