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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:1951-1

Опубликовано: 18 мая 2026
Источник: suse-cvrf

Описание

Security update for zypper-docker

This update for zypper-docker fixes the following issues

  • CVE-2026-2808: github.com/hashicorp/consul: unvalidated user-supplied file paths can lead to arbitrary file reads through the Vault Kubernetes authentication provider (bsc#1259563).
  • CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2: path pseudo- header (bsc#1260086).

Changes for zypper-docker:

  • Bump to version 2.0.2
  • update vendor provided docker to v28.5.2
  • update go sources to use new docker api
  • update vendor directory to reflect docker update
  • Bump to version 2.0.1
  • Fix golint import path
  • migrate to go 1.11 module
  • ci: use registry.opensuse.org

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

SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise Server 15 SP4-LTSS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise Server 15 SP5-LTSS
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
zypper-docker-2.0.2-150000.3.8.1

Описание

HashiCorp Consul and Consul Enterprise 1.18.20 up to 1.21.10 and 1.22.4 are vulnerable to arbitrary file read when configured with Kubernetes authentication. This vulnerability, CVE-2026-2808, is fixed in Consul 1.18.21, 1.21.11 and 1.22.5.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1

Ссылки

Описание

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific "deny" rules for canonical paths but allows other requests by default (a fallback "allow" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:zypper-docker-2.0.2-150000.3.8.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:zypper-docker-2.0.2-150000.3.8.1

Ссылки