---
id: CVE-2026-15815
title: |-
  Grafana OSS and Grafana Enterprise did not safely resolve symbolic links when
  extracting plugin archives
summary: >-
  Grafana OSS and Grafana Enterprise did not safely resolve symbolic links when

  extracting plugin archives. A crafted plugin archive can chain relative
  symbolic link

  entries to escape the plugin installation directory, writing arbitrary fi…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'
cwe:
  - CWE-22
  - CWE-59
  - CWE-94
vendor: Grafana
product: Grafana OSS
affected:
  - oss >= 11.6.0 <= 11.6.17
  - oss 12.0.0
  - oss 12.1.0
  - oss 12.2.0
  - oss 12.3.0
  - oss >= 12.4.0 <= 12.4.10
  - oss >= 13.0.0 <= 13.0.8
  - oss >= 13.1.0 <= 13.1.5
  - oss >= 13.2.0 <= 13.2.1
  - enterprise >= 11.6.0 <= 11.6.17
  - enterprise 12.0.0
  - enterprise 12.1.0
  - enterprise 12.2.0
  - enterprise 12.3.0
  - enterprise >= 12.4.0 <= 12.4.10
  - enterprise >= 13.0.0 <= 13.0.8
  - enterprise >= 13.1.0 <= 13.1.5
  - enterprise >= 13.2.0 <= 13.2.1
published: '2026-09-17'
updated: '2026-09-19'
sourceUpdated: '2026-09-19T04:17:53.427'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-15815'
references:
  - url: 'https://grafana.com/security/security-advisories/cve-2026-15815'
    label: security@grafana.com
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-18T14:26:40.414348Z'
epss: 0.0066
epssPercentile: 0.49354
ingestedAt: '2026-09-17T21:29:16.979Z'
---

## Overview

Grafana OSS and Grafana Enterprise did not safely resolve symbolic links when
extracting plugin archives. A crafted plugin archive can chain relative symbolic link
entries to escape the plugin installation directory, writing arbitrary files and an
executable backend binary outside that directory. The dropped executable runs with the
privileges of the Grafana server process, resulting in remote code execution.

Plugin archives are extracted before their signature is verified, so a valid plugin
signature does not prevent the write. An operator can therefore be affected by
installing a plugin that appears legitimate, as well as by installing a plugin from an
arbitrary archive using grafana-cli, the GF_INSTALL_PLUGINS environment variable, or
preinstall configuration.

Grafana Enterprise is affected because it includes the same plugin extraction code as
Grafana OSS.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
