RHSA-2026:2914

Vulnerability from csaf_redhat - Published: 2026-02-18 11:31 - Updated: 2026-04-11 14:08
Summary
Red Hat Security Advisory: grafana security update
Severity
Important
Notes
Topic: An update for grafana is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB. Security Fix(es): * crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729) * grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross?Dashboard Privilege Escalation (CVE-2026-21721) * golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728) * golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726) * crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:2914
Workaround Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.

A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:2914
Workaround To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.

A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.

CWE-1050 - Excessive Platform Resource Consumption within a Loop
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:2914

A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.

Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:2914

An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization‑internal privilege escalation.

CWE-639 - Authorization Bypass Through User-Controlled Key
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:2914
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
References
https://access.redhat.com/errata/RHSA-2026:2914 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2418462 external
https://bugzilla.redhat.com/show_bug.cgi?id=2433242 external
https://bugzilla.redhat.com/show_bug.cgi?id=2434431 external
https://bugzilla.redhat.com/show_bug.cgi?id=2434432 external
https://bugzilla.redhat.com/show_bug.cgi?id=2437111 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-61726 self
https://bugzilla.redhat.com/show_bug.cgi?id=2434432 external
https://www.cve.org/CVERecord?id=CVE-2025-61726 external
https://nvd.nist.gov/vuln/detail/CVE-2025-61726 external
https://go.dev/cl/736712 external
https://go.dev/issue/77101 external
https://groups.google.com/g/golang-announce/c/Vd2… external
https://pkg.go.dev/vuln/GO-2026-4341 external
https://access.redhat.com/security/cve/CVE-2025-61728 self
https://bugzilla.redhat.com/show_bug.cgi?id=2434431 external
https://www.cve.org/CVERecord?id=CVE-2025-61728 external
https://nvd.nist.gov/vuln/detail/CVE-2025-61728 external
https://go.dev/cl/736713 external
https://go.dev/issue/77102 external
https://pkg.go.dev/vuln/GO-2026-4342 external
https://access.redhat.com/security/cve/CVE-2025-61729 self
https://bugzilla.redhat.com/show_bug.cgi?id=2418462 external
https://www.cve.org/CVERecord?id=CVE-2025-61729 external
https://nvd.nist.gov/vuln/detail/CVE-2025-61729 external
https://go.dev/cl/725920 external
https://go.dev/issue/76445 external
https://groups.google.com/g/golang-announce/c/8FJ… external
https://pkg.go.dev/vuln/GO-2025-4155 external
https://access.redhat.com/security/cve/CVE-2025-68121 self
https://bugzilla.redhat.com/show_bug.cgi?id=2437111 external
https://www.cve.org/CVERecord?id=CVE-2025-68121 external
https://nvd.nist.gov/vuln/detail/CVE-2025-68121 external
https://go.dev/cl/737700 external
https://go.dev/issue/77217 external
https://groups.google.com/g/golang-announce/c/K09… external
https://pkg.go.dev/vuln/GO-2026-4337 external
https://access.redhat.com/security/cve/CVE-2026-21721 self
https://bugzilla.redhat.com/show_bug.cgi?id=2433242 external
https://www.cve.org/CVERecord?id=CVE-2026-21721 external
https://nvd.nist.gov/vuln/detail/CVE-2026-21721 external
https://grafana.com/security/security-advisories/… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for grafana is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB \u0026 OpenTSDB. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross?Dashboard Privilege Escalation (CVE-2026-21721)\n\n* golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:2914",
        "url": "https://access.redhat.com/errata/RHSA-2026:2914"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2418462",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
      },
      {
        "category": "external",
        "summary": "2433242",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433242"
      },
      {
        "category": "external",
        "summary": "2434431",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
      },
      {
        "category": "external",
        "summary": "2434432",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
      },
      {
        "category": "external",
        "summary": "2437111",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2914.json"
      }
    ],
    "title": "Red Hat Security Advisory: grafana security update",
    "tracking": {
      "current_release_date": "2026-04-11T14:08:13+00:00",
      "generator": {
        "date": "2026-04-11T14:08:13+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.5"
        }
      },
      "id": "RHSA-2026:2914",
      "initial_release_date": "2026-02-18T11:31:17+00:00",
      "revision_history": [
        {
          "date": "2026-02-18T11:31:17+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-02-18T11:31:17+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-04-11T14:08:13+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 10)",
                  "product_id": "AppStream-10.1.Z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:10.1"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grafana-0:10.2.6-22.el10_1.s390x",
                "product": {
                  "name": "grafana-0:10.2.6-22.el10_1.s390x",
                  "product_id": "grafana-0:10.2.6-22.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana@10.2.6-22.el10_1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-selinux-0:10.2.6-22.el10_1.s390x",
                "product": {
                  "name": "grafana-selinux-0:10.2.6-22.el10_1.s390x",
                  "product_id": "grafana-selinux-0:10.2.6-22.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-22.el10_1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debugsource-0:10.2.6-22.el10_1.s390x",
                "product": {
                  "name": "grafana-debugsource-0:10.2.6-22.el10_1.s390x",
                  "product_id": "grafana-debugsource-0:10.2.6-22.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-22.el10_1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
                "product": {
                  "name": "grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
                  "product_id": "grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-22.el10_1?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grafana-0:10.2.6-22.el10_1.x86_64",
                "product": {
                  "name": "grafana-0:10.2.6-22.el10_1.x86_64",
                  "product_id": "grafana-0:10.2.6-22.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana@10.2.6-22.el10_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-selinux-0:10.2.6-22.el10_1.x86_64",
                "product": {
                  "name": "grafana-selinux-0:10.2.6-22.el10_1.x86_64",
                  "product_id": "grafana-selinux-0:10.2.6-22.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-22.el10_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
                "product": {
                  "name": "grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
                  "product_id": "grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-22.el10_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
                "product": {
                  "name": "grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
                  "product_id": "grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-22.el10_1?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grafana-0:10.2.6-22.el10_1.src",
                "product": {
                  "name": "grafana-0:10.2.6-22.el10_1.src",
                  "product_id": "grafana-0:10.2.6-22.el10_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana@10.2.6-22.el10_1?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grafana-0:10.2.6-22.el10_1.aarch64",
                "product": {
                  "name": "grafana-0:10.2.6-22.el10_1.aarch64",
                  "product_id": "grafana-0:10.2.6-22.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana@10.2.6-22.el10_1?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-selinux-0:10.2.6-22.el10_1.aarch64",
                "product": {
                  "name": "grafana-selinux-0:10.2.6-22.el10_1.aarch64",
                  "product_id": "grafana-selinux-0:10.2.6-22.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-22.el10_1?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
                "product": {
                  "name": "grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
                  "product_id": "grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-22.el10_1?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
                "product": {
                  "name": "grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
                  "product_id": "grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-22.el10_1?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "grafana-0:10.2.6-22.el10_1.ppc64le",
                "product": {
                  "name": "grafana-0:10.2.6-22.el10_1.ppc64le",
                  "product_id": "grafana-0:10.2.6-22.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana@10.2.6-22.el10_1?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
                "product": {
                  "name": "grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
                  "product_id": "grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-selinux@10.2.6-22.el10_1?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
                "product": {
                  "name": "grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
                  "product_id": "grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debugsource@10.2.6-22.el10_1?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
                "product": {
                  "name": "grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
                  "product_id": "grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/grafana-debuginfo@10.2.6-22.el10_1?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-0:10.2.6-22.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64"
        },
        "product_reference": "grafana-0:10.2.6-22.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-0:10.2.6-22.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le"
        },
        "product_reference": "grafana-0:10.2.6-22.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-0:10.2.6-22.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x"
        },
        "product_reference": "grafana-0:10.2.6-22.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-0:10.2.6-22.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src"
        },
        "product_reference": "grafana-0:10.2.6-22.el10_1.src",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-0:10.2.6-22.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64"
        },
        "product_reference": "grafana-0:10.2.6-22.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debuginfo-0:10.2.6-22.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64"
        },
        "product_reference": "grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le"
        },
        "product_reference": "grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debuginfo-0:10.2.6-22.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x"
        },
        "product_reference": "grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debuginfo-0:10.2.6-22.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64"
        },
        "product_reference": "grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debugsource-0:10.2.6-22.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64"
        },
        "product_reference": "grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debugsource-0:10.2.6-22.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le"
        },
        "product_reference": "grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debugsource-0:10.2.6-22.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x"
        },
        "product_reference": "grafana-debugsource-0:10.2.6-22.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-debugsource-0:10.2.6-22.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64"
        },
        "product_reference": "grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-selinux-0:10.2.6-22.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64"
        },
        "product_reference": "grafana-selinux-0:10.2.6-22.el10_1.aarch64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-selinux-0:10.2.6-22.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le"
        },
        "product_reference": "grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-selinux-0:10.2.6-22.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x"
        },
        "product_reference": "grafana-selinux-0:10.2.6-22.el10_1.s390x",
        "relates_to_product_reference": "AppStream-10.1.Z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "grafana-selinux-0:10.2.6-22.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
          "product_id": "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        },
        "product_reference": "grafana-selinux-0:10.2.6-22.el10_1.x86_64",
        "relates_to_product_reference": "AppStream-10.1.Z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-61726",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-01-28T20:01:42.791305+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2434432"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-61726"
        },
        {
          "category": "external",
          "summary": "RHBZ#2434432",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/736712",
          "url": "https://go.dev/cl/736712"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/77101",
          "url": "https://go.dev/issue/77101"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
          "url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4341",
          "url": "https://pkg.go.dev/vuln/GO-2026-4341"
        }
      ],
      "release_date": "2026-01-28T19:30:31.215000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-02-18T11:31:17+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:2914"
        },
        {
          "category": "workaround",
          "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
    },
    {
      "cve": "CVE-2025-61728",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-01-28T20:01:39.965024+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2434431"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-61728"
        },
        {
          "category": "external",
          "summary": "RHBZ#2434431",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/736713",
          "url": "https://go.dev/cl/736713"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/77102",
          "url": "https://go.dev/issue/77102"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
          "url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4342",
          "url": "https://pkg.go.dev/vuln/GO-2026-4342"
        }
      ],
      "release_date": "2026-01-28T19:30:31.354000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-02-18T11:31:17+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:2914"
        },
        {
          "category": "workaround",
          "details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
    },
    {
      "cve": "CVE-2025-61729",
      "cwe": {
        "id": "CWE-1050",
        "name": "Excessive Platform Resource Consumption within a Loop"
      },
      "discovery_date": "2025-12-02T20:01:45.330964+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2418462"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-61729"
        },
        {
          "category": "external",
          "summary": "RHBZ#2418462",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/725920",
          "url": "https://go.dev/cl/725920"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/76445",
          "url": "https://go.dev/issue/76445"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
          "url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2025-4155",
          "url": "https://pkg.go.dev/vuln/GO-2025-4155"
        }
      ],
      "release_date": "2025-12-02T18:54:10.166000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-02-18T11:31:17+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:2914"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
    },
    {
      "cve": "CVE-2025-68121",
      "discovery_date": "2026-02-05T18:01:30.086058+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2437111"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-68121"
        },
        {
          "category": "external",
          "summary": "RHBZ#2437111",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/737700",
          "url": "https://go.dev/cl/737700"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/77217",
          "url": "https://go.dev/issue/77217"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
          "url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4337",
          "url": "https://pkg.go.dev/vuln/GO-2026-4337"
        }
      ],
      "release_date": "2026-02-05T17:48:44.141000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-02-18T11:31:17+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:2914"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
    },
    {
      "cve": "CVE-2026-21721",
      "cwe": {
        "id": "CWE-639",
        "name": "Authorization Bypass Through User-Controlled Key"
      },
      "discovery_date": "2026-01-27T10:02:34.317952+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2433242"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization\u2011internal privilege escalation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
          "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
          "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-21721"
        },
        {
          "category": "external",
          "summary": "RHBZ#2433242",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433242"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-21721",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-21721"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721"
        },
        {
          "category": "external",
          "summary": "https://grafana.com/security/security-advisories/CVE-2026-21721",
          "url": "https://grafana.com/security/security-advisories/CVE-2026-21721"
        }
      ],
      "release_date": "2026-01-27T09:07:55.160000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-02-18T11:31:17+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:2914"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.src",
            "AppStream-10.1.Z:grafana-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debuginfo-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-debugsource-0:10.2.6-22.el10_1.x86_64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.aarch64",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.ppc64le",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.s390x",
            "AppStream-10.1.Z:grafana-selinux-0:10.2.6-22.el10_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…