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

exploitDog

suse-cvrf логотип

SUSE-SU-2025:01987-1

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

Описание

Security update for Multi-Linux Manager Client Tools

This update fixes the following issues:

golang-github-prometheus-prometheus was updated to version 2.53.4:

  • Security issues fixed:

    • CVE-2023-45288: Require Go >= 1.23 for building (bsc#1236516)
    • CVE-2025-22870: Bumped golang.org/x/net to version 0.39.0 (bsc#1238686)
  • Other bugs fixes from version 2.53.4:

    • Runtime: fixed GOGC being set to 0 when installed with empty prometheus.yml file resulting high cpu usage
    • Scrape: fixed dropping valid metrics after previous scrape failed

prometheus-blackbox_exporter was updated from version 0.24.0 to 0.26.0 (jsc#PED-12872):

  • Security issues fixed:

    • CVE-2025-22870: Fixed proxy bypassing using IPv6 zone IDs (bsc#1238680)
    • CVE-2023-45288: Fixed closing connections when receiving too many headers (bsc#1236515)
  • Other changes from version 0.26.0:

    • Changes:
      • Replace go-kit/log with log/slog module.
    • Features:
      • Add metric to record tls ciphersuite negotiated during handshake.
      • Add a way to export labels with content matched by the probe. Reports Certificate Serial number.
    • Enhancement:
      • Add stale workflow to start sync with stale.yaml in Prometheus.
    • Bug fixes:
      • Only register grpc TLS metrics on successful handshake.
  • Other changes from version 0.25.0:

    • Features:
      • Allow to get Probe logs by target.
      • Log errors from probe.
    • Bug fixes:
      • Prevent logging confusing error message.
      • Explicit registration of internal exporter metrics.

grafana was updated from version 10.4.15 to 11.5.5 (jsc#PED-12918):

  • Security issues fixed:

    • CVE-2025-4123: Fix cross-site scripting vulnerability (bsc#1243714).
    • CVE-2025-22872: Bump golang.org/x/net/html (bsc#1241809)
    • CVE-2025-3580: Prevent unauthorized server admin deletion (bsc#1243672).
    • CVE-2025-29923: Bump github.com/redis/go-redis/v9 to 9.6.3.
    • CVE-2025-3454: Sanitize paths before evaluating access to route (bsc#1241683).
    • CVE-2025-2703: Fix built-in XY Chart plugin (bsc#1241687).
    • CVE-2025-22870: Bump golang.org/x/net (bsc#1238703).
    • CVE-2024-9476: Fix Migration Assistant issue (bsc#1233343)
    • CVE-2024-9264: SQL Expressions (bsc#1231844)
    • CVE-2023-45288: Bump golang.org/x/net (bsc#1236510)
    • CVE-2025-22870: Bump golang.org/x/net to version 0.37.0 (bsc#1238686)
  • Potential breaking changes in version 11.5.0:

    • Loki: Default to /labels API with query param instead of /series API.
  • Potential breaking changes in version 11.0.1:

    • If you had selected your language as 'Português Brasileiro' previously, this will be reset. You have to select it again in your Preferences for the fix to be applied and the translations will then be shown.
  • Potential breaking changes in version 11.0.0:

    • AngularJS support is turned off by default.
    • Legacy alerting is entirely removed.
    • Subfolders cause very rare issues with folders which have slashes in their names.
    • The input data source is removed.
    • Data sources: Responses which are associated with hidden queries will be removed (filtered) by Grafana.
    • The URL which is generated when viewing an individual repeated panel has changed.
    • React Router is deprecated.
    • The grafana/e2e testing tool is deprecated.
  • This update brings many new features, enhancements and fixes highlighted at:

golang-github-prometheus-node_exporter was updated to version 1.9.1:

  • Security issues fixed:

    • CVE-2025-22870: Bumped golang.org/x/net to version 0.37.0 (bsc#1238686)
  • Other changes from version 1.9.1:

    • pressure: Fix missing IRQ on older kernels
    • Fix Darwin memory leak

golang-github-prometheus-alertmanager:

  • Security issues fixed:
    • CVE-2025-22870: Fix proxy bypassing using IPv6 zone IDs (bsc#1238686)
    • CVE-2023-45288: Fix HTTP/2 CONTINUATION flood in net/http (bsc#1236516)

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

SUSE Linux Enterprise Server 12 SP5-LTSS
golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5
golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12
golang-github-prometheus-alertmanager-0.26.0-1.31.2
golang-github-prometheus-node_exporter-1.9.1-1.36.2
golang-github-prometheus-prometheus-2.53.4-1.60.2
grafana-11.5.5-1.79.2
prometheus-blackbox_exporter-0.26.0-1.27.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.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input. These queries are insufficiently sanitized before being passed to `duckdb`, leading to a command injection and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this attack. The `duckdb` binary must be present in Grafana's $PATH for this attack to function; by default, this binary is not installed in Grafana distributions.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

A vulnerability in Grafana Labs Grafana OSS and Enterprise allows Privilege Escalation allows users to gain access to resources from other organizations within the same Grafana instance via the Grafana Cloud Migration Assistant.This vulnerability will only affect users who utilize the Organizations feature to isolate resources on their Grafana instance.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. <math>, <svg>, etc contexts).


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

The built-in XY Chart plugin is vulnerable to a DOM XSS vulnerability. A user with Editor permissions is able to modify such a panel in order to make it execute arbitrary JavaScript.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

go-redis is the official Redis client library for the Go programming language. Prior to 9.5.5, 9.6.3, and 9.7.3, go-redis potentially responds out of order when `CLIENT SETINFO` times out during connection establishment. This can happen when the client is configured to transmit its identity, there are network connectivity issues, or the client was configured with aggressive timeouts. The problem occurs for multiple use cases. For sticky connections, you receive persistent out-of-order responses for the lifetime of the connection. All commands in the pipeline receive incorrect responses. When used with the default ConnPool once a connection is returned after use with ConnPool#Put the read buffer will be checked and the connection will be marked as bad due to the unread data. This means that at most one out-of-order response before the connection is discarded. This issue is fixed in 9.5.5, 9.6.3, and 9.7.3. You can prevent the vulnerability by setting the flag DisableIndentity to true when constructing the client instance.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

Ссылки

Описание

This vulnerability in Grafana's datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path. Users with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources. The issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prometheus-based datasources.


Затронутые продукты
SUSE Linux Enterprise Server 12 SP5-LTSS:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:golang-github-prometheus-node_exporter-1.9.1-1.36.2
SUSE Manager Client Tools 12:golang-github-prometheus-alertmanager-0.26.0-1.31.2
SUSE Manager Client Tools 12:golang-github-prometheus-node_exporter-1.9.1-1.36.2

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