Vulnerability from csaf_suse
Published
2025-02-14 07:24
Modified
2025-02-14 07:24
Summary
Security update for grafana

Notes

Title of the patch
Security update for grafana
Description of the patch
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 the `Time` field again; Edit the `time` field as `Time` for transformation in `panel.json` or `dashboard.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 permissions `POST /api/access-control/datasources/:uid/users/:id`, `POST /api/access-control/datasources/:uid/teams/:id` and `POST /api/access-control/datasources/:uid/buildInRoles/:id` for adding or removing data source permissions * 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's `UID` * 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/
Patchnames
SUSE-2025-545,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-545,openSUSE-SLE-15.6-2025-545
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
   document: {
      aggregate_severity: {
         namespace: "https://www.suse.com/support/security/rating/",
         text: "moderate",
      },
      category: "csaf_security_advisory",
      csaf_version: "2.0",
      distribution: {
         text: "Copyright 2024 SUSE LLC. All rights reserved.",
         tlp: {
            label: "WHITE",
            url: "https://www.first.org/tlp/",
         },
      },
      lang: "en",
      notes: [
         {
            category: "summary",
            text: "Security update for grafana",
            title: "Title of the patch",
         },
         {
            category: "description",
            text: "This update for grafana fixes the following issues:\n\ngrafana was updated from version 9.5.18 to 10.4.13 (jsc#PED-11591,jsc#PED-11649):\n\n- Security issues fixed:\n  * CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading \n    golang.org/x/crypto (bsc#1234554)\n  * CVE-2023-3128: Fixed authentication bypass using Azure AD OAuth (bsc#1212641)\n  * CVE-2023-6152: Add email verification when updating user email (bsc#1219912)\n  * CVE-2024-6837: Fixed potential data source permission escalation (bsc#1236301)\n  * CVE-2024-8118: Fixed permission on external alerting rule write endpoint (bsc#1231024)\n\n- Potential breaking changes in version 10:\n  * In panels using the `extract fields` transformation, where one\n    of the extracted names collides with one of the already\n    existing ields, the extracted field will be renamed.\n  * For the existing backend mode users who have table\n    visualization might see some inconsistencies on their panels.\n    We have updated the table column naming. This will\n    potentially affect field transformations and/or field\n    overrides. To resolve this either: update transformation or\n    field override.\n  * For the existing backend mode users who have Transformations\n    with the `time` field, might see their transformations are\n    not working. Those panels that have broken transformations\n    will fail to render. This is because we changed the field\n    key. To resolve this either: Remove the affected panel and\n    re-create it; Select the `Time` field again; Edit the `time`\n    field as `Time` for transformation in `panel.json` or\n    `dashboard.json` \n  * The following data source permission endpoints have been removed:\n    `GET /datasources/:datasourceId/permissions`\n    `POST /api/datasources/:datasourceId/permissions`\n    `DELETE /datasources/:datasourceId/permissions`\n    `POST /datasources/:datasourceId/enable-permissions`\n    `POST /datasources/:datasourceId/disable-permissions`\n    + Please use the following endpoints instead:\n      `GET /api/access-control/datasources/:uid` for listing data\n       source permissions\n      `POST /api/access-control/datasources/:uid/users/:id`,\n      `POST /api/access-control/datasources/:uid/teams/:id` and\n      `POST /api/access-control/datasources/:uid/buildInRoles/:id` \n      for adding or removing data source permissions\n  * If you are using Terraform Grafana provider to manage data source permissions, you will need to upgrade your\n    provider.\n  * For the existing backend mode users who have table visualization might see some inconsistencies on their panels. \n    We have updated the table column naming. This will potentially affect field transformations and/or field overrides.\n  * The deprecated `/playlists/{uid}/dashboards` API endpoint has been removed. \n    Dashboard information can be retrieved from the `/dashboard/...` APIs.\n  * The `PUT /api/folders/:uid` endpoint no more supports modifying the folder's `UID`\n  * Removed all components for the old panel header design.\n  * Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-3/\n    for more details\n  * OAuth role mapping enforcement: This change impacts GitHub,\n    Gitlab, Okta, and Generic OAuth. To avoid overriding manually\n    set roles, enable the skip_org_role_sync option in the\n    Grafana configuration for your OAuth provider before\n    upgrading\n  * Angular has been deprecated\n  * Grafana legacy alerting has been deprecated\n  * API keys are migrating to service accounts\n  * The experimental “dashboard previews” feature is removed\n  * Usernames are now case-insensitive by default\n  * Grafana OAuth integrations do not work anymore with email lookups\n  * The “Alias” field in the CloudWatch data source is removed\n  * Athena data source plugin must be updated to version >=2.9.3\n  * Redshift data source plugin must be updated to version >=1.8.3\n  * DoiT International BigQuery plugin no longer supported\n  * Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0\n    for more details\n\n- This update brings many new features, enhancements and fixes highlighted at:\n  * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-4/\n  * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/\n  * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/\n  * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/\n  * https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/\n",
            title: "Description of the patch",
         },
         {
            category: "details",
            text: "SUSE-2025-545,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-545,openSUSE-SLE-15.6-2025-545",
            title: "Patchnames",
         },
         {
            category: "legal_disclaimer",
            text: "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
            title: "Terms of use",
         },
      ],
      publisher: {
         category: "vendor",
         contact_details: "https://www.suse.com/support/security/contact/",
         name: "SUSE Product Security Team",
         namespace: "https://www.suse.com/",
      },
      references: [
         {
            category: "external",
            summary: "SUSE ratings",
            url: "https://www.suse.com/support/security/rating/",
         },
         {
            category: "self",
            summary: "URL of this CSAF notice",
            url: "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0545-1.json",
         },
         {
            category: "self",
            summary: "URL for SUSE-SU-2025:0545-1",
            url: "https://www.suse.com/support/update/announcement/2025/suse-su-20250545-1/",
         },
         {
            category: "self",
            summary: "E-Mail link for SUSE-SU-2025:0545-1",
            url: "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020341.html",
         },
         {
            category: "self",
            summary: "SUSE Bug 1212641",
            url: "https://bugzilla.suse.com/1212641",
         },
         {
            category: "self",
            summary: "SUSE Bug 1219912",
            url: "https://bugzilla.suse.com/1219912",
         },
         {
            category: "self",
            summary: "SUSE Bug 1231024",
            url: "https://bugzilla.suse.com/1231024",
         },
         {
            category: "self",
            summary: "SUSE Bug 1234554",
            url: "https://bugzilla.suse.com/1234554",
         },
         {
            category: "self",
            summary: "SUSE Bug 1236301",
            url: "https://bugzilla.suse.com/1236301",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2023-3128 page",
            url: "https://www.suse.com/security/cve/CVE-2023-3128/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2023-6152 page",
            url: "https://www.suse.com/security/cve/CVE-2023-6152/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2024-45337 page",
            url: "https://www.suse.com/security/cve/CVE-2024-45337/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2024-6837 page",
            url: "https://www.suse.com/security/cve/CVE-2024-6837/",
         },
         {
            category: "self",
            summary: "SUSE CVE CVE-2024-8118 page",
            url: "https://www.suse.com/security/cve/CVE-2024-8118/",
         },
      ],
      title: "Security update for grafana",
      tracking: {
         current_release_date: "2025-02-14T07:24:15Z",
         generator: {
            date: "2025-02-14T07:24:15Z",
            engine: {
               name: "cve-database.git:bin/generate-csaf.pl",
               version: "1",
            },
         },
         id: "SUSE-SU-2025:0545-1",
         initial_release_date: "2025-02-14T07:24:15Z",
         revision_history: [
            {
               date: "2025-02-14T07:24:15Z",
               number: "1",
               summary: "Current version",
            },
         ],
         status: "final",
         version: "1",
      },
   },
   product_tree: {
      branches: [
         {
            branches: [
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-10.4.13-150200.3.59.1.aarch64",
                        product: {
                           name: "grafana-10.4.13-150200.3.59.1.aarch64",
                           product_id: "grafana-10.4.13-150200.3.59.1.aarch64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "aarch64",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-10.4.13-150200.3.59.1.i586",
                        product: {
                           name: "grafana-10.4.13-150200.3.59.1.i586",
                           product_id: "grafana-10.4.13-150200.3.59.1.i586",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "i586",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-10.4.13-150200.3.59.1.ppc64le",
                        product: {
                           name: "grafana-10.4.13-150200.3.59.1.ppc64le",
                           product_id: "grafana-10.4.13-150200.3.59.1.ppc64le",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "ppc64le",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-10.4.13-150200.3.59.1.s390x",
                        product: {
                           name: "grafana-10.4.13-150200.3.59.1.s390x",
                           product_id: "grafana-10.4.13-150200.3.59.1.s390x",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "s390x",
               },
               {
                  branches: [
                     {
                        category: "product_version",
                        name: "grafana-10.4.13-150200.3.59.1.x86_64",
                        product: {
                           name: "grafana-10.4.13-150200.3.59.1.x86_64",
                           product_id: "grafana-10.4.13-150200.3.59.1.x86_64",
                        },
                     },
                  ],
                  category: "architecture",
                  name: "x86_64",
               },
               {
                  branches: [
                     {
                        category: "product_name",
                        name: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                        product: {
                           name: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                           product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
                           product_identification_helper: {
                              cpe: "cpe:/o:suse:packagehub:15:sp6",
                           },
                        },
                     },
                     {
                        category: "product_name",
                        name: "openSUSE Leap 15.6",
                        product: {
                           name: "openSUSE Leap 15.6",
                           product_id: "openSUSE Leap 15.6",
                           product_identification_helper: {
                              cpe: "cpe:/o:opensuse:leap:15.6",
                           },
                        },
                     },
                  ],
                  category: "product_family",
                  name: "SUSE Linux Enterprise",
               },
            ],
            category: "vendor",
            name: "SUSE",
         },
      ],
      relationships: [
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
               product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.aarch64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
               product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.ppc64le",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
               product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.s390x",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
               product_id: "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.x86_64",
            relates_to_product_reference: "SUSE Linux Enterprise Module for Package Hub 15 SP6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.aarch64 as component of openSUSE Leap 15.6",
               product_id: "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.aarch64",
            relates_to_product_reference: "openSUSE Leap 15.6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.ppc64le as component of openSUSE Leap 15.6",
               product_id: "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.ppc64le",
            relates_to_product_reference: "openSUSE Leap 15.6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.s390x as component of openSUSE Leap 15.6",
               product_id: "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.s390x",
            relates_to_product_reference: "openSUSE Leap 15.6",
         },
         {
            category: "default_component_of",
            full_product_name: {
               name: "grafana-10.4.13-150200.3.59.1.x86_64 as component of openSUSE Leap 15.6",
               product_id: "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            },
            product_reference: "grafana-10.4.13-150200.3.59.1.x86_64",
            relates_to_product_reference: "openSUSE Leap 15.6",
         },
      ],
   },
   vulnerabilities: [
      {
         cve: "CVE-2023-3128",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2023-3128",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Grafana is validating Azure AD accounts based on the email claim. \n\nOn Azure AD, the profile email field is not unique and can be easily modified. \n\nThis leads to account takeover and authentication bypass when Azure AD OAuth is configured with a multi-tenant app. \n\n",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2023-3128",
               url: "https://www.suse.com/security/cve/CVE-2023-3128",
            },
            {
               category: "external",
               summary: "SUSE Bug 1212641 for CVE-2023-3128",
               url: "https://bugzilla.suse.com/1212641",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 9.4,
                  baseSeverity: "CRITICAL",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2025-02-14T07:24:15Z",
               details: "critical",
            },
         ],
         title: "CVE-2023-3128",
      },
      {
         cve: "CVE-2023-6152",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2023-6152",
            },
         ],
         notes: [
            {
               category: "general",
               text: "A user changing their email after signing up and verifying it can change it without verification in profile settings.\n\nThe configuration option \"verify_email_enabled\" will only validate email only on sign up.\n\n",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2023-6152",
               url: "https://www.suse.com/security/cve/CVE-2023-6152",
            },
            {
               category: "external",
               summary: "SUSE Bug 1219912 for CVE-2023-6152",
               url: "https://bugzilla.suse.com/1219912",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.4,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2025-02-14T07:24:15Z",
               details: "moderate",
            },
         ],
         title: "CVE-2023-6152",
      },
      {
         cve: "CVE-2024-45337",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2024-45337",
            },
         ],
         notes: [
            {
               category: "general",
               text: "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2024-45337",
               url: "https://www.suse.com/security/cve/CVE-2024-45337",
            },
            {
               category: "external",
               summary: "SUSE Bug 1234482 for CVE-2024-45337",
               url: "https://bugzilla.suse.com/1234482",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 8.1,
                  baseSeverity: "HIGH",
                  vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2025-02-14T07:24:15Z",
               details: "important",
            },
         ],
         title: "CVE-2024-45337",
      },
      {
         cve: "CVE-2024-6837",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2024-6837",
            },
         ],
         notes: [
            {
               category: "general",
               text: "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2024-6837",
               url: "https://www.suse.com/security/cve/CVE-2024-6837",
            },
            {
               category: "external",
               summary: "SUSE Bug 1236301 for CVE-2024-6837",
               url: "https://bugzilla.suse.com/1236301",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 5.4,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2025-02-14T07:24:15Z",
               details: "moderate",
            },
         ],
         title: "CVE-2024-6837",
      },
      {
         cve: "CVE-2024-8118",
         ids: [
            {
               system_name: "SUSE CVE Page",
               text: "https://www.suse.com/security/cve/CVE-2024-8118",
            },
         ],
         notes: [
            {
               category: "general",
               text: "In Grafana, the wrong permission is applied to the alert rule write API endpoint, allowing users with permission to write external alert instances to also write alert rules.",
               title: "CVE description",
            },
         ],
         product_status: {
            recommended: [
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
               "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
               "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
            ],
         },
         references: [
            {
               category: "external",
               summary: "CVE-2024-8118",
               url: "https://www.suse.com/security/cve/CVE-2024-8118",
            },
            {
               category: "external",
               summary: "SUSE Bug 1231024 for CVE-2024-8118",
               url: "https://bugzilla.suse.com/1231024",
            },
         ],
         remediations: [
            {
               category: "vendor_fix",
               details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
               product_ids: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         scores: [
            {
               cvss_v3: {
                  baseScore: 4.7,
                  baseSeverity: "MEDIUM",
                  vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L",
                  version: "3.1",
               },
               products: [
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.s390x",
                  "SUSE Linux Enterprise Module for Package Hub 15 SP6:grafana-10.4.13-150200.3.59.1.x86_64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.aarch64",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.ppc64le",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.s390x",
                  "openSUSE Leap 15.6:grafana-10.4.13-150200.3.59.1.x86_64",
               ],
            },
         ],
         threats: [
            {
               category: "impact",
               date: "2025-02-14T07:24:15Z",
               details: "moderate",
            },
         ],
         title: "CVE-2024-8118",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.