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-2021-27358

CVE-2021-27358: Grafana Snapshot Feature DoS Vulnerability

CVE-2021-27358 is a denial of service flaw in Grafana's snapshot feature affecting versions 6.7.3 through 7.4.1. Unauthenticated attackers can exploit this via remote API calls. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2021-27358 Overview

CVE-2021-27358 is a Denial of Service vulnerability affecting Grafana versions 6.7.3 through 7.4.1. The vulnerability exists in the snapshot feature and can allow unauthenticated remote attackers to trigger a Denial of Service condition via a remote API call when a commonly used configuration is set. This vulnerability poses a significant risk to organizations relying on Grafana for monitoring and observability, as it can disrupt critical dashboard functionality without requiring any authentication.

Critical Impact

Unauthenticated attackers can remotely crash Grafana instances by exploiting the snapshot API endpoint, causing complete loss of monitoring capabilities and potential cascading effects on incident response workflows.

Affected Products

  • Grafana versions 6.7.3 through 7.4.1
  • NetApp E-Series Performance Analyzer

Discovery Timeline

  • 2021-02-17 - Grafana releases security patch in version 7.4.2
  • 2021-03-18 - CVE-2021-27358 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-27358

Vulnerability Analysis

This Denial of Service vulnerability resides in Grafana's snapshot feature, which is designed to allow users to capture and share dashboard states. The vulnerability can be triggered remotely through the snapshot API without requiring authentication when Grafana is deployed with certain common configurations. When exploited, an attacker can cause resource exhaustion or service disruption, rendering the Grafana instance unavailable to legitimate users.

The attack exploits improper handling of API requests to the snapshot endpoint, which fails to properly validate or rate-limit incoming requests from unauthenticated sources. This architectural weakness allows malicious actors to overwhelm the service with specially crafted requests.

Root Cause

The root cause stems from insufficient input validation and missing authentication checks in the snapshot API functionality. When Grafana is configured with anonymous access enabled or certain permissive settings (which are common in internal deployments), the snapshot endpoint becomes accessible to unauthenticated users. The lack of proper request validation and rate limiting mechanisms allows attackers to abuse this endpoint to trigger a denial of service condition.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker simply needs network access to the Grafana instance and knowledge of the snapshot API endpoint. The attack involves sending malicious API calls to the snapshot feature, which when processed, causes the service to become unresponsive or crash entirely.

The vulnerability is particularly dangerous in environments where Grafana is exposed to untrusted networks or where anonymous access is enabled for convenience. Attackers can identify vulnerable instances through network scanning and exploit them without prior knowledge of credentials or internal system details.

Detection Methods for CVE-2021-27358

Indicators of Compromise

  • Unusual spike in API requests to the /api/snapshots endpoint from unknown or external IP addresses
  • Grafana service crashes or restarts correlating with high volume of snapshot-related requests
  • Error logs showing snapshot-related exceptions or resource exhaustion messages
  • Network traffic patterns showing repeated connections from single sources to the Grafana API

Detection Strategies

  • Monitor Grafana access logs for anomalous patterns targeting the snapshot API endpoint
  • Implement alerting on Grafana service availability and unexpected restarts
  • Deploy network-based intrusion detection rules to identify DoS attack patterns against Grafana
  • Review authentication logs for patterns of unauthenticated access attempts to sensitive API endpoints

Monitoring Recommendations

  • Configure application performance monitoring (APM) to track Grafana response times and error rates
  • Establish baseline metrics for snapshot API usage to detect deviations indicating potential attacks
  • Enable detailed logging for all snapshot-related operations and centralize logs for analysis
  • Implement automated alerting when Grafana service becomes unresponsive or experiences high latency

How to Mitigate CVE-2021-27358

Immediate Actions Required

  • Upgrade Grafana to version 7.4.2 or later immediately to address this vulnerability
  • Review and restrict anonymous access settings in Grafana configuration
  • Implement network-level access controls to limit exposure of Grafana instances to trusted networks
  • Enable authentication requirements for all API endpoints where possible

Patch Information

Grafana has released version 7.4.2 which addresses this vulnerability. Organizations should upgrade to this version or later as soon as possible. Detailed release notes and changelog information are available through the Grafana Release Notes 7.4.2 and the GitHub Grafana Changelog. NetApp users should also review the NetApp Security Advisory NTAP-20210513-0007 for guidance specific to E-Series Performance Analyzer deployments.

Workarounds

  • Disable the snapshot feature entirely if not required for operations by modifying Grafana configuration
  • Place Grafana behind a reverse proxy with authentication and rate limiting capabilities
  • Implement Web Application Firewall (WAF) rules to block suspicious traffic patterns to the snapshot API
  • Restrict network access to Grafana using firewall rules to allow only trusted IP ranges
bash
# Configuration example - Disable anonymous access in grafana.ini
[auth.anonymous]
enabled = false

# Enable authentication for API access
[auth]
disable_login_form = false

# Consider placing behind reverse proxy with rate limiting
# Example nginx rate limiting configuration
# limit_req_zone $binary_remote_addr zone=grafana_api:10m rate=10r/s;

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGrafana

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability79.73%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • GitHub Grafana Changelog

  • GitHub Grafana Changelog 7.4.2

  • NetApp Security Advisory NTAP-20210513-0007
  • Vendor Resources
  • Grafana Release Notes 7.4.2
  • Related CVEs
  • CVE-2026-33375: Grafana MSSQL Plugin DoS Vulnerability

  • CVE-2026-21720: Grafana Avatar Request DoS Vulnerability

  • CVE-2025-1088: Grafana DoS Vulnerability via Input Validation

  • CVE-2021-28148: Grafana Enterprise DoS 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