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

exploitDog

suse-cvrf логотип

SUSE-SU-2024:3188-1

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

Описание

Security update for containerd

This update for containerd fixes the following issues:

  • Update to containerd v1.7.21
  • CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics. (bsc#1217070)
  • CVE-2023-45142: Fixed DoS vulnerability in otelhttp. (bsc#1228553)

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

Image SLES12-SP5-Azure-Standard-On-Demand
containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-ECS-On-Demand
containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-On-Demand
containerd-1.7.21-16.94.1
Image SLES12-SP5-GCE-On-Demand
containerd-1.7.21-16.94.1
SUSE Linux Enterprise Module for Containers 12
containerd-1.7.21-16.94.1

Описание

OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels `http.user_agent` and `http.method` that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP header User-Agent or HTTP method for requests can be easily set by an attacker to be random and long. The library internally uses `httpconv.ServerRequest` that records every value for HTTP `method` and `User-Agent`. In order to be affected, a program has to use the `otelhttp.NewHandler` wrapper and not filter any unknown HTTP methods or User agents on the level of CDN, LB, previous middleware, etc. Version 0.44.0 fixed this issue when the values collected for attribute `http.request.method` were changed to be restricted to a set of well-known values and other high cardinality attributes were removed. As a workaround to stop being affected, `otelhttp.WithFilter()` can be used, but it requires manual careful configuration to not log certain requests entirely. For convenience and safe usage of this library, it should by default mark with the label `unknown` non-standard HTTP methods and User agents to show that such requests were made but do not increase cardinality. In case someone wants to stay with the current behavior, library API should allow to enable it.


Затронутые продукты
Image SLES12-SP5-Azure-Standard-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-ECS-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-GCE-On-Demand:containerd-1.7.21-16.94.1

Ссылки

Описание

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.


Затронутые продукты
Image SLES12-SP5-Azure-Standard-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-ECS-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-GCE-On-Demand:containerd-1.7.21-16.94.1

Ссылки

Описание

OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. Prior to version 0.46.0, the grpc Unary Server Interceptor out of the box adds labels `net.peer.sock.addr` and `net.peer.sock.port` that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent. An attacker can easily flood the peer address and port for requests. Version 0.46.0 contains a fix for this issue. As a workaround to stop being affected, a view removing the attributes can be used. The other possibility is to disable grpc metrics instrumentation by passing `otelgrpc.WithMeterProvider` option with `noop.NewMeterProvider`.


Затронутые продукты
Image SLES12-SP5-Azure-Standard-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-ECS-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-EC2-On-Demand:containerd-1.7.21-16.94.1
Image SLES12-SP5-GCE-On-Demand:containerd-1.7.21-16.94.1

Ссылки