Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2024-1313

CVE-2024-1313: Grafana Authorization Bypass Vulnerability

CVE-2024-1313 is an authorization bypass flaw in Grafana that allows unprivileged users to delete snapshots across organizations. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-1313 Overview

CVE-2024-1313 is an authorization bypass vulnerability in Grafana that allows a user from a different organization to delete snapshots they do not own. The vulnerability exists in the authorization logic for the snapshot deletion API endpoint (/api/snapshots/<key>). By issuing a DELETE request using a snapshot's view key, an unprivileged user in a different organization than the snapshot owner can bypass authorization checks and delete the snapshot.

This functionality is intended to only be available to individuals with write/edit permissions on the snapshot in question. However, due to a bug in the authorization logic, deletion requests issued by an unprivileged user in a different organization than the snapshot owner are incorrectly treated as authorized.

Critical Impact

Unauthorized users can delete Grafana snapshots belonging to other organizations, potentially causing data loss and disruption to monitoring workflows.

Affected Products

  • Grafana versions 9.5.0 to 9.5.17
  • Grafana versions 10.0.0 to 10.0.12
  • Grafana versions 10.1.0 to 10.1.8
  • Grafana versions 10.2.0 to 10.2.5
  • Grafana versions 10.3.0 to 10.3.4

Discovery Timeline

  • 2024-03-26 - CVE-2024-1313 published to NVD
  • 2025-02-13 - Last updated in NVD database

Grafana Labs credited Ravid Mazon and Jay Chen of Palo Alto Research for discovering and disclosing this vulnerability.

Technical Details for CVE-2024-1313

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key. The flaw resides in Grafana's multi-tenant architecture where snapshots can be shared across organizational boundaries using view keys.

The authorization check for snapshot deletion fails to properly validate that the requesting user belongs to the same organization as the snapshot owner. Instead, the system incorrectly authorizes deletion requests when a valid view key is provided, regardless of the requester's organizational membership.

In multi-organization Grafana deployments, snapshots are intended to be isolated between organizations with strict access controls. The view key mechanism exists to allow read-only access to snapshots, but the flawed authorization logic extends this permission to include deletion capabilities for users outside the owning organization.

Root Cause

The root cause is improper authorization logic in the snapshot deletion endpoint. When processing DELETE requests to /api/snapshots/<key>, the application fails to verify that the authenticated user has write/edit permissions within the same organization that owns the snapshot. The system incorrectly treats possession of a valid view key as sufficient authorization for deletion operations.

Attack Vector

The attack is network-based and requires low privileges (a valid Grafana user account in any organization). An attacker with access to a snapshot's view key can exploit this vulnerability by:

  1. Obtaining a snapshot's view key (which may be shared legitimately for read-only access)
  2. Authenticating to Grafana as a user in a different organization
  3. Sending a DELETE request to /api/snapshots/<view_key>
  4. The authorization check fails to validate organization membership, allowing the deletion

The vulnerability enables data integrity attacks where snapshots containing important dashboard states, configuration records, or historical data can be permanently deleted by unauthorized users.

Detection Methods for CVE-2024-1313

Indicators of Compromise

  • Unexpected snapshot deletion events in Grafana audit logs
  • DELETE requests to /api/snapshots/ endpoints from users in different organizations than the snapshot owner
  • Multiple snapshot deletions occurring from a single user account across different organizational contexts
  • Complaints from users about missing snapshots they did not delete

Detection Strategies

  • Monitor Grafana API access logs for DELETE requests to /api/snapshots/<key> endpoints
  • Implement alerting on snapshot deletion events and correlate with the requesting user's organization
  • Review access patterns for cross-organization API activity
  • Deploy SentinelOne Singularity to detect anomalous API access patterns and potential exploitation attempts

Monitoring Recommendations

  • Enable detailed audit logging in Grafana to capture all snapshot-related API operations
  • Configure alerts for any DELETE operations on snapshots by users outside the owning organization
  • Implement network monitoring for unusual patterns of API requests to snapshot endpoints
  • Regularly audit snapshot access logs and correlate with organizational membership

How to Mitigate CVE-2024-1313

Immediate Actions Required

  • Upgrade Grafana to a patched version immediately: 9.5.18, 10.0.13, 10.1.9, 10.2.6, or 10.3.5 or later
  • Audit recent snapshot deletions to identify any unauthorized activity
  • Review and rotate snapshot view keys that may have been shared externally
  • Restrict API access to Grafana instances using network-level controls until patching is complete

Patch Information

Grafana Labs has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • Grafana 9.5.18 or later (for 9.5.x series)
  • Grafana 10.0.13 or later (for 10.0.x series)
  • Grafana 10.1.9 or later (for 10.1.x series)
  • Grafana 10.2.6 or later (for 10.2.x series)
  • Grafana 10.3.5 or later (for 10.3.x series)

For detailed patch information, refer to the Grafana Security Advisory CVE-2024-1313. NetApp customers should also review the NetApp Security Advisory NTAP-20240524-0008.

Workarounds

  • Implement network segmentation to restrict access to Grafana API endpoints from untrusted networks
  • Use a reverse proxy or API gateway to add additional authorization checks on snapshot deletion endpoints
  • Temporarily disable public snapshot sharing until patching is complete
  • Configure Grafana to require additional authentication for destructive API operations
bash
# Example: Restrict access to Grafana API endpoints using nginx
location /api/snapshots {
    # Allow only specific IP ranges to access snapshot API
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    proxy_pass http://grafana:3000;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGrafana

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • Grafana Security Advisory CVE-2024-1313

  • NetApp Security Advisory NTAP-20240524-0008
  • Related CVEs
  • CVE-2026-21724: Grafana OSS Auth Bypass Vulnerability

  • CVE-2021-39226: Grafana Auth Bypass Vulnerability

  • CVE-2025-3260: Grafana Dashboard Auth Bypass Vulnerability

  • CVE-2025-3454: Grafana Auth Bypass Vulnerability
Default Legacy - Prefooter | 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