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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:3057-1

Опубликовано: 15 июл. 2026
Источник: suse-cvrf

Описание

Security update for terraform-provider-susepubliccloud

This update for terraform-provider-susepubliccloud fixes the following issues

  • CVE-2022-41723: go1.19,go1.20: net/http2: quadratic complexity in HPACK decoding (bsc#1208300).
  • CVE-2026-33186: google.golang.org/grpc: authorization bypass due to improper validation of the HTTP/2 :path pseudo-header (bsc#1260180).
  • CVE-2026-39821: golang.org/x/net/idna: failure to reject ASCII-only Punycode-encoded labels allows for validation bypass and privilege escalation (bsc#1266477).
  • CVE-2026-41602: github.com/apache/thrift: TFramedTransport frame size headers can lead to a uint32 integer overflow (bsc#1263515).
  • CVE-2026-41603: github.com/apache/thrift: improper hostname verification in TSSLTransportFactory can lead to host mismatch (bsc#1263606).
  • CVE-2026-41604: github.com/apache/thrift: swift input with an invalid field range can lead to an out-of-bounds read and application crash (bsc#1263445).
  • CVE-2026-41605: github.com/apache/thrift: compact protocol messages with large integer values can lead to integer overflow (bsc#1263411).
  • CVE-2026-41606: github.com/apache/thrift: crafted nested messages in c_glib dispatch can lead to uncontrolled recursion and denial of service (bsc#1263357).
  • CVE-2026-41607: github.com/apache/thrift: crafted message with improper length validation can lead to an out-of-bounds read and potential information disclosure (bsc#1263316).
  • CVE-2026-41636: github.com/apache/thrift: uncontrolled recursion in Node.js bindings can lead to denial of service via stack exhaustion (bsc#1263247).

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

SUSE Linux Enterprise Module for Public Cloud 15 SP4
terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5
terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Описание

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.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 Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

The ToASCII and ToUnicode functions incorrectly accept Punycode-encoded labels that decode to an ASCII-only label. For example, ToUnicode("xn--example-.com") incorrectly returns the name "example.com" rather than an error. This behavior can lead to privilege escalation in programs using the idna package. For example, a program which performs privilege checks on the ASCII hostname may reject "example.com" but permit "xn--example-.com". If that program subsequently converts the ASCII hostname to Unicode, it will inadvertently permits access to the Unicode name "example.com".


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Improper Validation of Certificate with Host Mismatch vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Out-of-bounds Read vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Integer Overflow or Wraparound vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Uncontrolled Recursion vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Out-of-bounds Read vulnerability in Apache Thrift. This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки

Описание

Uncontrolled Recursion vulnerability in Apache Thrift Node.js bindings This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.


Затронутые продукты
SUSE Linux Enterprise Module for Public Cloud 15 SP4:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1
SUSE Linux Enterprise Module for Public Cloud 15 SP5:terraform-provider-susepubliccloud-0.0.1-150100.3.14.1

Ссылки