Security update for grafana
Announcement ID: | SUSE-SU-2025:0545-1 |
---|---|
Release Date: | 2025-02-14T07:24:23Z |
Rating: | moderate |
References: | |
Cross-References: | |
CVSS scores: |
|
Affected Products: |
|
An update that solves five vulnerabilities and contains three features can now be installed.
Description:
This update for grafana fixes the following issues:
grafana was updated from version 9.5.18 to 10.4.13 (jsc#PED-11591,jsc#PED-11649):
- Security issues fixed:
- CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading golang.org/x/crypto (bsc#1234554)
- CVE-2023-3128: Fixed authentication bypass using Azure AD OAuth (bsc#1212641)
- CVE-2023-6152: Add email verification when updating user email (bsc#1219912)
- CVE-2024-6837: Fixed potential data source permission escalation (bsc#1236301)
-
CVE-2024-8118: Fixed permission on external alerting rule write endpoint (bsc#1231024)
-
Potential breaking changes in version 10:
- In panels using the
extract fields
transformation, where one of the extracted names collides with one of the already existing ields, the extracted field will be renamed. - For the existing backend mode users who have table visualization might see some inconsistencies on their panels. We have updated the table column naming. This will potentially affect field transformations and/or field overrides. To resolve this either: update transformation or field override.
- For the existing backend mode users who have Transformations
with the
time
field, might see their transformations are not working. Those panels that have broken transformations will fail to render. This is because we changed the field key. To resolve this either: Remove the affected panel and re-create it; Select theTime
field again; Edit thetime
field asTime
for transformation inpanel.json
ordashboard.json
- The following data source permission endpoints have been removed:
GET /datasources/:datasourceId/permissions
POST /api/datasources/:datasourceId/permissions
DELETE /datasources/:datasourceId/permissions
POST /datasources/:datasourceId/enable-permissions
POST /datasources/:datasourceId/disable-permissions
- Please use the following endpoints instead:
GET /api/access-control/datasources/:uid
for listing data source permissionsPOST /api/access-control/datasources/:uid/users/:id
,POST /api/access-control/datasources/:uid/teams/:id
andPOST /api/access-control/datasources/:uid/buildInRoles/:id
for adding or removing data source permissions
- Please use the following endpoints instead:
- If you are using Terraform Grafana provider to manage data source permissions, you will need to upgrade your provider.
- For the existing backend mode users who have table visualization might see some inconsistencies on their panels. We have updated the table column naming. This will potentially affect field transformations and/or field overrides.
- The deprecated
/playlists/{uid}/dashboards
API endpoint has been removed. Dashboard information can be retrieved from the/dashboard/...
APIs. - The
PUT /api/folders/:uid
endpoint no more supports modifying the folder'sUID
- Removed all components for the old panel header design.
- Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-3/ for more details
- OAuth role mapping enforcement: This change impacts GitHub, Gitlab, Okta, and Generic OAuth. To avoid overriding manually set roles, enable the skip_org_role_sync option in the Grafana configuration for your OAuth provider before upgrading
- Angular has been deprecated
- Grafana legacy alerting has been deprecated
- API keys are migrating to service accounts
- The experimental “dashboard previews” feature is removed
- Usernames are now case-insensitive by default
- Grafana OAuth integrations do not work anymore with email lookups
- The “Alias” field in the CloudWatch data source is removed
- Athena data source plugin must be updated to version >=2.9.3
- Redshift data source plugin must be updated to version >=1.8.3
- DoiT International BigQuery plugin no longer supported
-
Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0 for more details
-
This update brings many new features, enhancements and fixes highlighted at:
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-4/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/
Patch Instructions:
To install this SUSE update use the SUSE recommended
installation methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
-
openSUSE Leap 15.6
zypper in -t patch openSUSE-SLE-15.6-2025-545=1
-
SUSE Package Hub 15 15-SP6
zypper in -t patch SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-545=1
Package List:
-
openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64)
- grafana-10.4.13-150200.3.59.1
- grafana-debuginfo-10.4.13-150200.3.59.1
-
SUSE Package Hub 15 15-SP6 (aarch64 ppc64le s390x x86_64)
- grafana-10.4.13-150200.3.59.1
- grafana-debuginfo-10.4.13-150200.3.59.1
References:
- https://www.suse.com/security/cve/CVE-2023-3128.html
- https://www.suse.com/security/cve/CVE-2023-6152.html
- https://www.suse.com/security/cve/CVE-2024-45337.html
- https://www.suse.com/security/cve/CVE-2024-6837.html
- https://www.suse.com/security/cve/CVE-2024-8118.html
- https://bugzilla.suse.com/show_bug.cgi?id=1212641
- https://bugzilla.suse.com/show_bug.cgi?id=1219912
- https://bugzilla.suse.com/show_bug.cgi?id=1231024
- https://bugzilla.suse.com/show_bug.cgi?id=1234554
- https://bugzilla.suse.com/show_bug.cgi?id=1236301
- https://jira.suse.com/browse/MSQA-914
- https://jira.suse.com/browse/PED-11591
- https://jira.suse.com/browse/PED-11649