LiveActive security incident?Get immediate response
CVE Record

CVE-2022-36062: Grafana folders admin only permission privilege escalation

Grafana is an open-source platform for monitoring and observability. In versions prior to 8.5.13, 9.0.9, and 9.1.6, Grafana is subject to Improper Preservation of Permissions resulting in privilege escalation on some folders where Admin is the only used permission. The vulnerability impacts Grafana instances where RBAC was disabled and enabled afterwards, as the migrations which are translating legacy folder permissions to RBAC permissions do not account for the scenario where the only user permission in the folder is Admin, as a result RBAC adds permissions for Editors and Viewers which allow them to edit and view folders accordingly. This issue has been patched in versions 8.5.13, 9.0.9, and 9.1.6. A workaround when the impacted folder/dashboard is known is to remove the additional permissions manually.

HighCVSS 7.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw can accidentally expand access to restricted Grafana folders after RBAC migration. Folders intended to be Admin-only may become viewable or editable by lower-privileged users. The business risk is unauthorized dashboard visibility or changes in monitoring data, depending on folder contents and who has Viewer or Editor roles.

Executive priority

Prioritize remediation on Grafana instances containing sensitive operational, security, or customer-impacting dashboards. This is not cited as actively exploited, but it can weaken segregation of duties and expose monitoring intelligence or permit unauthorized dashboard changes by authenticated users.

Technical view

CVE-2022-36062 is a Grafana permission-preservation issue affecting versions before 8.5.13, 9.0.9, and 9.1.6. When RBAC was disabled and later enabled, migration logic could translate Admin-only legacy folder permissions into RBAC permissions that also grant Viewer and Editor access. CVSS is 7.6 high, CWE-281.

Likely exposure

Exposure is limited to affected Grafana versions where RBAC was disabled and then enabled. The key high-risk condition is folders or dashboards that previously had only Admin permissions. Public or internal network reachability matters, but sources require a low-privileged authenticated user.

Exploitation context

The source bundle does not cite active exploitation, and CISA KEV status is false. The vulnerability is authenticated privilege escalation, not unauthenticated remote compromise. Abuse would depend on existing Viewer or Editor users gaining unintended access through incorrect migrated permissions.

Researcher notes

The narrow trigger condition is important: affected version plus RBAC disable-enable migration plus Admin-only legacy folder permissions. Sources name a manual permission cleanup workaround only when impacted folders or dashboards are known. Evidence does not support broader affected products beyond Grafana from the supplied bundle.

Mitigation direction

  • Upgrade Grafana to 8.5.13, 9.0.9, 9.1.6, or later supported versions.
  • Identify impacted Admin-only folders and dashboards after RBAC migration.
  • Manually remove unintended Viewer or Editor permissions where affected content is known.
  • Check Grafana's advisory for any later vendor guidance before closing remediation.

Validation and detection

  • Inventory Grafana versions and flag instances below 8.5.13, 9.0.9, or 9.1.6.
  • Determine whether RBAC was disabled and later enabled on each instance.
  • Review folder and dashboard permissions for unintended Viewer or Editor entries.
  • Confirm Admin-only folders remain inaccessible to non-admin test accounts.
  • Document remediation evidence and affected permission objects for audit tracking.
Prepared
Confidence
high
Sources
4

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-281: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-36062 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
High
CVSS
7.6 (3.1)
Known Exploited
No
Published

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

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
0Timeline events
0ADP providers
3Source links

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
7.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L2.84.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.6High
CVSS 3.1 vector shape for CVE-2022-36062Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
grafanagrafana< 8.5.13, >= 9.0.0, < 9.0.9, >= 9.1.0, < 9.1.6Listed
Weakness

CWE details

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

CWE-281 · source CWE mapping

Improper Preservation of Permissions

Improper Preservation of Permissions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.