Описание
Security update for grafana
This update for grafana fixes the following issues:
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:
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-5/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-4/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-3/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-2/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-1/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-0/
Список пакетов
SUSE Linux Enterprise Module for Package Hub 15 SP6
SUSE Linux Enterprise Module for Package Hub 15 SP7
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:01991-1
- E-Mail link for SUSE-SU-2025:01991-1
- SUSE Security Ratings
- SUSE Bug 1231844
- SUSE Bug 1233343
- SUSE Bug 1236510
- SUSE Bug 1236516
- SUSE Bug 1238686
- SUSE Bug 1238703
- SUSE Bug 1241683
- SUSE Bug 1241687
- SUSE Bug 1241809
- SUSE Bug 1243672
- SUSE Bug 1243714
- SUSE CVE CVE-2023-45288 page
- SUSE CVE CVE-2024-9264 page
- SUSE CVE CVE-2024-9476 page
- SUSE CVE CVE-2025-22870 page
- SUSE CVE CVE-2025-22872 page
- SUSE CVE CVE-2025-2703 page
Описание
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.
Затронутые продукты
Ссылки
- CVE-2023-45288
- SUSE Bug 1221400
Описание
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.
Затронутые продукты
Ссылки
- CVE-2024-9264
- SUSE Bug 1231844
Описание
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.
Затронутые продукты
Ссылки
- CVE-2024-9476
- SUSE Bug 1233343
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-22870
- SUSE Bug 1238572
- SUSE Bug 1238611
Описание
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).
Затронутые продукты
Ссылки
- CVE-2025-22872
- SUSE Bug 1241710
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-2703
- SUSE Bug 1241687
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-29923
- SUSE Bug 1241152
Описание
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.
Затронутые продукты
Ссылки
- CVE-2025-3454
- SUSE Bug 1241683