The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-24812

CVE-2022-24812: Grafana Privilege Escalation Vulnerability

CVE-2022-24812 is a privilege escalation vulnerability in Grafana Enterprise that allows attackers to gain elevated permissions through API Key caching flaws. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-24812 Overview

CVE-2022-24812 is a privilege escalation vulnerability in Grafana Enterprise affecting the fine-grained access control (FGAC) feature. When this beta feature is enabled and multiple API Keys with different roles exist within an organization, a flaw in the cache ID construction allows subsequent API requests to inherit cached permissions from previous requests. This means a request made with a Viewer-privileged API Key could receive the cached Admin permissions from a preceding request, effectively bypassing authorization controls.

Critical Impact

Attackers with low-privilege API Keys can escalate to administrative privileges by exploiting the 30-second permission cache window, potentially gaining full control over Grafana dashboards, data sources, and organizational settings.

Affected Products

  • Grafana Enterprise v8.1.0-beta1 and later versions
  • Grafana Enterprise installations with fine-grained access control enabled
  • Organizations using multiple API Keys with different role assignments

Discovery Timeline

  • April 12, 2022 - CVE-2022-24812 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-24812

Vulnerability Analysis

This privilege escalation vulnerability stems from an improper access control implementation (CWE-269) in Grafana Enterprise's fine-grained access control system. The vulnerability is network-accessible and requires only low privileges to exploit, with no user interaction needed.

When Grafana Enterprise processes API requests with fine-grained access control enabled, it caches the evaluated permissions for 30 seconds to improve performance. However, the cache key generation mechanism fails to properly differentiate between distinct API Keys within the same organization. As a result, all API Keys in an organization share the same cache entry, causing permission inheritance across different privilege levels.

The attack scenario is straightforward: if an administrator makes an API request, those Admin permissions are cached. Any subsequent request within the 30-second window—even from a completely different API Key with Viewer-only permissions—will receive the cached Admin privileges instead of the correct Viewer permissions.

Root Cause

The root cause lies in the flawed cache ID construction logic within Grafana Enterprise's permission evaluation system. The cache identifier does not include sufficient entropy to uniquely identify each API Key. Instead, it appears to use only organization-level identifiers, causing all API Keys within the same organization to map to an identical cache entry. This design flaw violates the principle of least privilege by allowing permission state to leak between distinct authentication contexts.

Attack Vector

The attack can be executed over the network by any user possessing a valid Grafana API Key, regardless of its assigned role. The attacker must have network access to the Grafana Enterprise instance and knowledge of the 30-second caching window.

The exploitation process involves timing API requests to coincide with higher-privileged requests from legitimate administrators. An attacker with a low-privilege API Key could monitor patterns or simply make repeated requests, waiting to inherit elevated permissions when an administrator happens to use the API. Once the cached Admin permissions are inherited, the attacker can perform administrative actions such as modifying dashboards, accessing sensitive data sources, or altering organizational configurations—all while authenticated with a Viewer-level API Key.

Detection Methods for CVE-2022-24812

Indicators of Compromise

  • API requests from Viewer or Editor API Keys performing administrative operations
  • Unusual permission escalation patterns in Grafana audit logs
  • Multiple API Keys from the same organization making rapid sequential requests
  • Administrative actions logged without corresponding administrator authentication events

Detection Strategies

  • Enable and monitor Grafana Enterprise audit logging for permission anomalies
  • Implement API request monitoring to detect privilege mismatches between API Key roles and actual operations performed
  • Configure alerting for administrative operations performed outside of expected administrator activity windows
  • Cross-reference API Key usage logs with assigned role permissions to identify discrepancies

Monitoring Recommendations

  • Monitor Grafana server logs for unexpected privilege elevation events
  • Track API Key usage patterns and flag anomalous activity within the 30-second cache windows
  • Implement network-level monitoring for Grafana API endpoints to detect potential exploitation attempts
  • Review organizational API Key inventories and remove unnecessary keys with elevated privileges

How to Mitigate CVE-2022-24812

Immediate Actions Required

  • Upgrade Grafana Enterprise to version 8.4.6 or later immediately
  • Disable fine-grained access control if upgrading is not immediately possible
  • Audit existing API Keys and reduce the number of keys with elevated privileges
  • Review Grafana access logs for signs of potential exploitation

Patch Information

Grafana has released version 8.4.6 to address this vulnerability. Organizations should upgrade to this version or later as soon as possible. Detailed patch information is available in the Grafana Security Advisory and Grafana Release Notes 8.4.6.

Workarounds

  • Disable fine-grained access control (FGAC) beta feature until patching is complete
  • Limit API Key creation to a single key per organization where possible
  • Ensure all API Keys within an organization have consistent privilege levels
  • Implement network segmentation to restrict API access to trusted networks only
bash
# Configuration example - Disable fine-grained access control in grafana.ini
[feature_toggles]
# Disable FGAC to mitigate CVE-2022-24812 until patching is complete
enable = accesscontrol=false

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGrafana

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Security Advisory

  • Grafana Blog Post

  • Grafana Release Notes
  • Related CVEs
  • CVE-2026-21725: Grafana Privilege Escalation Vulnerability

  • CVE-2025-41115: Grafana Privilege Escalation Vulnerability

  • CVE-2023-4822: Grafana Privilege Escalation Vulnerability

  • CVE-2024-9476: Grafana Privilege Escalation Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English