Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for Grafana Operator by Grafana

    CVE-2026-11769 (GCVE-0-2026-11769)

    Vulnerability from nvd – Published: 2026-06-13 04:17 – Updated: 2026-06-16 12:01
    VLAI
    Title
    Operator - Namespaced User Path Traversal
    Summary
    We have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator. ### Summary The Grafana Operator supports loading dashboards & library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod. ### Impact It is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager. ### Affected versions All Grafana Operator versions <= 5.23 ### Solutions and mitigations All installations should be upgraded as soon as possible. As a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources: apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingAdmissionPolicy metadata: name: "prevent-jsonnet-dashboards" spec: failurePolicy: Fail matchConstraints: resourceRules: - apiGroups: ["grafana.integreatly.org"] apiVersions: ["v1beta1"] operations: ["CREATE", "UPDATE"] resources: ["grafanadashboards", "grafanalibrarypanels"] validations: - expression: "!has(object.spec.jsonnetLib)" --- apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingAdmissionPolicyBinding metadata: name: "prevent-jsonnet-dashboards-clusterwide" spec: policyName: "prevent-jsonnet-dashboards" validationActions: [Deny] ### Acknowledgement We would like to thank Artem Cherezov for responsibly disclosing the vulnerability.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    References
    Impacted products
    Vendor Product Version
    Grafana Grafana Operator Affected: 0 , ≤ 5.23.0 (semver)
    Create a notification for this product.
    Date Public
    2026-06-12 11:17
    Credits
    cherez0ff
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-11769",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-15T17:24:16.248300Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-22",
                    "description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-16T12:01:19.738Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "platforms": [
                "OnPrem"
              ],
              "product": "Grafana Operator",
              "vendor": "Grafana",
              "versions": [
                {
                  "lessThanOrEqual": "5.23.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "cherez0ff"
            }
          ],
          "datePublic": "2026-06-12T11:17:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eWe have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator.\u003c/p\u003e\u003cp\u003e### Summary\u003c/p\u003e\u003cp\u003eThe Grafana Operator supports loading dashboards \u0026amp; library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod.\u003c/p\u003e\u003cp\u003e### Impact\u003c/p\u003e\u003cp\u003eIt is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager.\u003c/p\u003e\u003cp\u003e### Affected versions\u003c/p\u003e\u003cp\u003eAll Grafana Operator versions \u0026lt;= 5.23\u003c/p\u003e\u003cp\u003e### Solutions and mitigations\u003c/p\u003e\u003cp\u003eAll installations should be upgraded as soon as possible.\u003c/p\u003e\u003cp\u003eAs a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources:\u003c/p\u003e\u003cp\u003eapiVersion: admissionregistration.k8s.io/v1\u003c/p\u003e\u003cp\u003ekind: ValidatingAdmissionPolicy\u003c/p\u003e\u003cp\u003emetadata:\u003c/p\u003e\u003ccode\u003e  name: \"prevent-jsonnet-dashboards\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003espec:\u003c/p\u003e\u003ccode\u003e  failurePolicy: Fail\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  matchConstraints:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e    resourceRules:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e      - apiGroups: [\"grafana.integreatly.org\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        apiVersions: [\"v1beta1\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        operations: [\"CREATE\", \"UPDATE\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        resources: [\"grafanadashboards\", \"grafanalibrarypanels\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  validations:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e    - expression: \"!has(object.spec.jsonnetLib)\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003e---\u003c/p\u003e\u003cp\u003eapiVersion: admissionregistration.k8s.io/v1\u003c/p\u003e\u003cp\u003ekind: ValidatingAdmissionPolicyBinding\u003c/p\u003e\u003cp\u003emetadata:\u003c/p\u003e\u003ccode\u003e  name: \"prevent-jsonnet-dashboards-clusterwide\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003espec:\u003c/p\u003e\u003ccode\u003e  policyName: \"prevent-jsonnet-dashboards\"\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  validationActions: [Deny]\u003c/code\u003e\u003cbr\u003e\u003cp\u003e### Acknowledgement\u003c/p\u003e\u003cp\u003eWe would like to thank Artem Cherezov for responsibly disclosing the vulnerability.\u003c/p\u003e"
                }
              ],
              "value": "We have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator.\n\n\n\n### Summary\n\n\n\nThe Grafana Operator supports loading dashboards \u0026 library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod.\n\n\n\n### Impact\n\n\n\nIt is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager.\n\n\n\n### Affected versions\n\n\n\nAll Grafana Operator versions \u003c= 5.23\n\n\n\n### Solutions and mitigations\n\n\n\nAll installations should be upgraded as soon as possible.\n\n\n\nAs a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources:\n\n\n\napiVersion: admissionregistration.k8s.io/v1\n\n\n\nkind: ValidatingAdmissionPolicy\n\n\n\nmetadata:\n\n  name: \"prevent-jsonnet-dashboards\"\n\n\nspec:\n\n  failurePolicy: Fail\n  matchConstraints:\n    resourceRules:\n      - apiGroups: [\"grafana.integreatly.org\"]\n        apiVersions: [\"v1beta1\"]\n        operations: [\"CREATE\", \"UPDATE\"]\n        resources: [\"grafanadashboards\", \"grafanalibrarypanels\"]\n  validations:\n    - expression: \"!has(object.spec.jsonnetLib)\"\n\n\n---\n\n\n\napiVersion: admissionregistration.k8s.io/v1\n\n\n\nkind: ValidatingAdmissionPolicyBinding\n\n\n\nmetadata:\n\n  name: \"prevent-jsonnet-dashboards-clusterwide\"\n\n\nspec:\n\n  policyName: \"prevent-jsonnet-dashboards\"\n  validationActions: [Deny]\n\n\n### Acknowledgement\n\n\n\nWe would like to thank Artem Cherezov for responsibly disclosing the vulnerability."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 6.4,
                "baseSeverity": "MEDIUM",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-13T04:17:41.099Z",
            "orgId": "57da9224-a3e2-4646-9d0e-c4dc2e05e7da",
            "shortName": "GRAFANA"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://grafana.com/security/security-advisories/cve-2026-11769"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Operator - Namespaced User Path Traversal",
          "x_generator": {
            "engine": "Vulnogram 1.0.2"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "57da9224-a3e2-4646-9d0e-c4dc2e05e7da",
        "assignerShortName": "GRAFANA",
        "cveId": "CVE-2026-11769",
        "datePublished": "2026-06-13T04:17:41.099Z",
        "dateReserved": "2026-06-09T10:52:06.229Z",
        "dateUpdated": "2026-06-16T12:01:19.738Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-11769 (GCVE-0-2026-11769)

    Vulnerability from cvelistv5 – Published: 2026-06-13 04:17 – Updated: 2026-06-16 12:01
    VLAI
    Title
    Operator - Namespaced User Path Traversal
    Summary
    We have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator. ### Summary The Grafana Operator supports loading dashboards & library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod. ### Impact It is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager. ### Affected versions All Grafana Operator versions <= 5.23 ### Solutions and mitigations All installations should be upgraded as soon as possible. As a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources: apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingAdmissionPolicy metadata: name: "prevent-jsonnet-dashboards" spec: failurePolicy: Fail matchConstraints: resourceRules: - apiGroups: ["grafana.integreatly.org"] apiVersions: ["v1beta1"] operations: ["CREATE", "UPDATE"] resources: ["grafanadashboards", "grafanalibrarypanels"] validations: - expression: "!has(object.spec.jsonnetLib)" --- apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingAdmissionPolicyBinding metadata: name: "prevent-jsonnet-dashboards-clusterwide" spec: policyName: "prevent-jsonnet-dashboards" validationActions: [Deny] ### Acknowledgement We would like to thank Artem Cherezov for responsibly disclosing the vulnerability.
    SSVC
    Exploitation: none Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
    Assigner
    References
    Impacted products
    Vendor Product Version
    Grafana Grafana Operator Affected: 0 , ≤ 5.23.0 (semver)
    Create a notification for this product.
    Date Public
    2026-06-12 11:17
    Credits
    cherez0ff
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-11769",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-06-15T17:24:16.248300Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-22",
                    "description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-06-16T12:01:19.738Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unaffected",
              "platforms": [
                "OnPrem"
              ],
              "product": "Grafana Operator",
              "vendor": "Grafana",
              "versions": [
                {
                  "lessThanOrEqual": "5.23.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "cherez0ff"
            }
          ],
          "datePublic": "2026-06-12T11:17:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eWe have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator.\u003c/p\u003e\u003cp\u003e### Summary\u003c/p\u003e\u003cp\u003eThe Grafana Operator supports loading dashboards \u0026amp; library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod.\u003c/p\u003e\u003cp\u003e### Impact\u003c/p\u003e\u003cp\u003eIt is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager.\u003c/p\u003e\u003cp\u003e### Affected versions\u003c/p\u003e\u003cp\u003eAll Grafana Operator versions \u0026lt;= 5.23\u003c/p\u003e\u003cp\u003e### Solutions and mitigations\u003c/p\u003e\u003cp\u003eAll installations should be upgraded as soon as possible.\u003c/p\u003e\u003cp\u003eAs a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources:\u003c/p\u003e\u003cp\u003eapiVersion: admissionregistration.k8s.io/v1\u003c/p\u003e\u003cp\u003ekind: ValidatingAdmissionPolicy\u003c/p\u003e\u003cp\u003emetadata:\u003c/p\u003e\u003ccode\u003e  name: \"prevent-jsonnet-dashboards\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003espec:\u003c/p\u003e\u003ccode\u003e  failurePolicy: Fail\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  matchConstraints:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e    resourceRules:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e      - apiGroups: [\"grafana.integreatly.org\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        apiVersions: [\"v1beta1\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        operations: [\"CREATE\", \"UPDATE\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e        resources: [\"grafanadashboards\", \"grafanalibrarypanels\"]\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  validations:\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e    - expression: \"!has(object.spec.jsonnetLib)\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003e---\u003c/p\u003e\u003cp\u003eapiVersion: admissionregistration.k8s.io/v1\u003c/p\u003e\u003cp\u003ekind: ValidatingAdmissionPolicyBinding\u003c/p\u003e\u003cp\u003emetadata:\u003c/p\u003e\u003ccode\u003e  name: \"prevent-jsonnet-dashboards-clusterwide\"\u003c/code\u003e\u003cbr\u003e\u003cp\u003espec:\u003c/p\u003e\u003ccode\u003e  policyName: \"prevent-jsonnet-dashboards\"\u003c/code\u003e\u003cbr\u003e\u003ccode\u003e  validationActions: [Deny]\u003c/code\u003e\u003cbr\u003e\u003cp\u003e### Acknowledgement\u003c/p\u003e\u003cp\u003eWe would like to thank Artem Cherezov for responsibly disclosing the vulnerability.\u003c/p\u003e"
                }
              ],
              "value": "We have released version 5.24.0 of the Grafana Operator. This patch includes a CRITICAL severity security fix for a path traversal/privilege escalation vulnerability in the Grafana Operator.\n\n\n\n### Summary\n\n\n\nThe Grafana Operator supports loading dashboards \u0026 library panels using the jsonnet data templating language. The jsonnet expression is evaluated in the context of the operator manager pod.\n\n\n\n### Impact\n\n\n\nIt is possible for a malicious user who can create Dashboard or LibraryPanel resources for a Grafana instance to obtain the Kubernetes service account token of the Grafana Operator manager.\n\n\n\n### Affected versions\n\n\n\nAll Grafana Operator versions \u003c= 5.23\n\n\n\n### Solutions and mitigations\n\n\n\nAll installations should be upgraded as soon as possible.\n\n\n\nAs a workaround, the following ValidatingAdmissionPolicy prevent the creation or modification of jsonnet based resources:\n\n\n\napiVersion: admissionregistration.k8s.io/v1\n\n\n\nkind: ValidatingAdmissionPolicy\n\n\n\nmetadata:\n\n  name: \"prevent-jsonnet-dashboards\"\n\n\nspec:\n\n  failurePolicy: Fail\n  matchConstraints:\n    resourceRules:\n      - apiGroups: [\"grafana.integreatly.org\"]\n        apiVersions: [\"v1beta1\"]\n        operations: [\"CREATE\", \"UPDATE\"]\n        resources: [\"grafanadashboards\", \"grafanalibrarypanels\"]\n  validations:\n    - expression: \"!has(object.spec.jsonnetLib)\"\n\n\n---\n\n\n\napiVersion: admissionregistration.k8s.io/v1\n\n\n\nkind: ValidatingAdmissionPolicyBinding\n\n\n\nmetadata:\n\n  name: \"prevent-jsonnet-dashboards-clusterwide\"\n\n\nspec:\n\n  policyName: \"prevent-jsonnet-dashboards\"\n  validationActions: [Deny]\n\n\n### Acknowledgement\n\n\n\nWe would like to thank Artem Cherezov for responsibly disclosing the vulnerability."
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "Automatable": "NOT_DEFINED",
                "Recovery": "NOT_DEFINED",
                "Safety": "NOT_DEFINED",
                "attackComplexity": "LOW",
                "attackRequirements": "NONE",
                "attackVector": "NETWORK",
                "baseScore": 6.4,
                "baseSeverity": "MEDIUM",
                "exploitMaturity": "NOT_DEFINED",
                "privilegesRequired": "LOW",
                "providerUrgency": "NOT_DEFINED",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "HIGH",
                "subIntegrityImpact": "HIGH",
                "userInteraction": "NONE",
                "valueDensity": "NOT_DEFINED",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "NONE",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE",
                "vulnerabilityResponseEffort": "NOT_DEFINED"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-06-13T04:17:41.099Z",
            "orgId": "57da9224-a3e2-4646-9d0e-c4dc2e05e7da",
            "shortName": "GRAFANA"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://grafana.com/security/security-advisories/cve-2026-11769"
            }
          ],
          "source": {
            "discovery": "INTERNAL"
          },
          "title": "Operator - Namespaced User Path Traversal",
          "x_generator": {
            "engine": "Vulnogram 1.0.2"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "57da9224-a3e2-4646-9d0e-c4dc2e05e7da",
        "assignerShortName": "GRAFANA",
        "cveId": "CVE-2026-11769",
        "datePublished": "2026-06-13T04:17:41.099Z",
        "dateReserved": "2026-06-09T10:52:06.229Z",
        "dateUpdated": "2026-06-16T12:01:19.738Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }