LiveActive security incident?Get immediate response
CVE Record

CVE-2026-33380: SQL Expressions Read File From Disk

A vulnerability in SQL Expressions allows an authenticated attacker to read arbitrary files from the Grafana server's filesystem. Only instances with the sqlExpressions feature toggle enabled are vulnerable.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A flaw in Grafana's SQL Expressions feature lets a logged-in user read files from the Grafana server. Only installations that have turned on the sqlExpressions feature toggle are exposed. There is no report of active exploitation, but any organization running Grafana with this experimental feature enabled should review access and apply vendor guidance.

Executive priority

Treat as a moderate, planned-patch item unless your Grafana runs the sqlExpressions toggle and is broadly accessible to authenticated users, in which case accelerate patching and access review. No active exploitation is reported, but the flaw can leak secrets that enable larger incidents.

Technical view

Grafana's SQL Expressions processing (CWE-552, files accessible to external parties) allows an authenticated user to coerce the server into reading arbitrary files from its filesystem. CVSS 3.1 base is 6.3 (AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N), reflecting network reach, low privileges, high attack complexity, and confidentiality-only impact with scope change. Exposure requires the sqlExpressions feature toggle to be enabled.

Likely exposure

Applies to Grafana OSS instances where the sqlExpressions feature toggle is enabled across the listed 11.6.x, 12.0.x–12.4.x, and 13.0.x lines. Instances that never enabled the toggle are not vulnerable. Internet-exposed Grafana with SSO or self-registration expands the pool of authenticated users who could trigger the read.

Exploitation context

Not listed in CISA KEV and no public reports of in-the-wild exploitation are cited in the bundle. The vector requires prior authentication and high attack complexity, but the outcome is disclosure of any file readable by the Grafana process, which can include configuration, tokens, and secrets useful for follow-on attacks.

Researcher notes

CWE-552 with scope change and C:H suggests the read runs in the Grafana server context, so any file the process can open is in play, including datasource credentials and API keys. High attack complexity likely reflects conditions around SQL Expression construction. The advisory lists paired version boundaries (e.g., 11.6.0/11.6.14), consistent with vulnerable-through-fixed ranges; confirm the exact fixed build from the vendor page before closing tickets.

Mitigation direction

  • Consult the Grafana security advisory for CVE-2026-33380 and apply the vendor's recommended fixed release.
  • Disable the sqlExpressions feature toggle on Grafana instances that do not require it.
  • Restrict Grafana authentication to trusted users and enforce least-privilege roles.
  • Place Grafana behind SSO, VPN, or network controls to limit anonymous or broad access.
  • Rotate credentials, tokens, and secrets accessible to the Grafana service account if exposure is suspected.

Validation and detection

  • Inventory Grafana OSS deployments and record versions against the affected 11.6.x, 12.x, and 13.0.x ranges.
  • Check each instance's feature_toggles configuration for sqlExpressions being enabled.
  • Confirm the running build matches a Grafana-published fixed version after upgrade.
  • Review Grafana access, audit, and query logs for unusual SQL Expression usage by low-privilege accounts.
  • Verify file permissions on the Grafana host limit what the service account can read.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-552: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-33380 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N1.84GRAFANA

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2026-33380Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GrafanaGrafana OSS11.6.0, 11.6.14, 12.0.0, 12.2.8, 12.3.0, 12.3.6, 12.4.0, 12.4.3, 13.0.0, 13.0.1unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-552 · source CWE mapping

Files or Directories Accessible to External Parties

Files or Directories Accessible to External Parties represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.