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-28148

CVE-2021-28148: Grafana Enterprise DoS Vulnerability

CVE-2021-28148 is a denial of service flaw in Grafana Enterprise that allows unauthenticated attackers to overwhelm the system with unlimited requests. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-28148 Overview

CVE-2021-28148 is a missing authentication vulnerability affecting Grafana Enterprise that allows unauthenticated attackers to cause a denial of service condition. One of the usage insights HTTP API endpoints in Grafana Enterprise is accessible without any authentication, enabling any unauthenticated user to send an unlimited number of requests to the endpoint. This can lead to resource exhaustion and a denial of service (DoS) attack against vulnerable Grafana Enterprise instances.

Critical Impact

Unauthenticated remote attackers can render Grafana Enterprise instances unavailable by flooding an unprotected API endpoint with requests, disrupting monitoring and observability operations across the organization.

Affected Products

  • Grafana Enterprise 6.x before 6.7.6
  • Grafana Enterprise 7.x before 7.3.10
  • Grafana Enterprise 7.4.x before 7.4.5

Discovery Timeline

  • 2021-03-22 - CVE-2021-28148 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-28148

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The core issue stems from an API endpoint within Grafana Enterprise's usage insights feature that fails to enforce authentication requirements. The endpoint is designed to collect and provide usage analytics data, but due to a missing authentication check, it remains accessible to any network user without requiring valid credentials.

The attack can be executed remotely over the network with low complexity. No privileges or user interaction are required to exploit this vulnerability. While the confidentiality and integrity of the system remain unaffected, the availability impact is significant, as attackers can exhaust server resources by flooding the unprotected endpoint with requests.

Root Cause

The root cause of CVE-2021-28148 is a missing authentication mechanism on the usage insights HTTP API endpoint. Grafana Enterprise's code path for this specific endpoint does not include the standard authentication middleware or access control checks that protect other API endpoints. This oversight allows the endpoint to process requests from any source without validating user identity or permissions.

Attack Vector

The attack vector is network-based, requiring only HTTP access to the vulnerable Grafana Enterprise instance. An attacker can exploit this vulnerability by:

  1. Identifying a Grafana Enterprise instance exposed to the network
  2. Locating the unprotected usage insights API endpoint
  3. Sending a high volume of HTTP requests to exhaust server resources
  4. Causing service degradation or complete denial of service for legitimate users

Since no authentication is required and there are no rate limiting controls on the vulnerable endpoint, attackers can sustain the attack indefinitely with minimal resources, making this a particularly effective DoS vector against exposed Grafana Enterprise deployments.

Detection Methods for CVE-2021-28148

Indicators of Compromise

  • Unusual spike in HTTP requests targeting the usage insights API endpoint
  • Increased server resource utilization (CPU, memory, network bandwidth) without corresponding legitimate user activity
  • Access logs showing repeated requests to the vulnerable endpoint from external or unexpected IP addresses
  • Service degradation or timeouts reported by Grafana users and dependent monitoring systems

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and alert on high-volume requests to Grafana API endpoints
  • Configure intrusion detection systems (IDS) to monitor for DoS attack patterns targeting Grafana services
  • Review Grafana access logs for unauthenticated requests to the usage insights endpoint
  • Set up alerting on abnormal request rates to Grafana Enterprise API endpoints

Monitoring Recommendations

  • Monitor server resource metrics (CPU, memory, network I/O) for Grafana Enterprise instances and alert on anomalies
  • Implement rate limiting at the network perimeter or reverse proxy level for Grafana-bound traffic
  • Enable detailed access logging for all Grafana API endpoints to facilitate forensic analysis
  • Configure health check endpoints and automated alerting for Grafana service availability

How to Mitigate CVE-2021-28148

Immediate Actions Required

  • Upgrade Grafana Enterprise to patched versions: 6.7.6, 7.3.10, or 7.4.5 or later immediately
  • Restrict network access to Grafana Enterprise instances using firewall rules, allowing only trusted IP ranges
  • Place Grafana Enterprise behind a reverse proxy with rate limiting and authentication enforcement
  • Review access logs for any evidence of exploitation prior to patching

Patch Information

Grafana has released security updates that address this vulnerability. Organizations should upgrade to the following patched versions:

  • Grafana Enterprise 6.x: Upgrade to version 6.7.6 or later
  • Grafana Enterprise 7.0.x - 7.3.x: Upgrade to version 7.3.10 or later
  • Grafana Enterprise 7.4.x: Upgrade to version 7.4.5 or later

For detailed patch information, refer to the Grafana Security Update Announcement and the Grafana Blog Security Fixes Overview.

Workarounds

  • Implement network-level access controls to restrict access to Grafana Enterprise from untrusted networks
  • Deploy a reverse proxy (e.g., nginx, HAProxy) in front of Grafana with rate limiting configured for all API endpoints
  • Use a web application firewall (WAF) to block suspicious request patterns targeting the usage insights endpoint
  • Temporarily disable the usage insights feature if possible until patching can be completed
bash
# Example nginx rate limiting configuration for Grafana
limit_req_zone $binary_remote_addr zone=grafana_api:10m rate=10r/s;

server {
    listen 443 ssl;
    server_name grafana.example.com;
    
    location /api/ {
        limit_req zone=grafana_api burst=20 nodelay;
        proxy_pass http://grafana-backend:3000;
    }
}

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 Probability5.67%

  • 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
  • CWE-306
  • Technical References
  • NetApp Security Advisory NTAP-20210430-0005

  • Openwall Security List Discussion
  • Vendor Resources
  • Grafana Security Update Announcement

  • Grafana Release Notes v6.7.x

  • Grafana Blog Security Fixes Overview

  • Grafana Release Notes v7.3.10

  • Grafana Release Notes v7.4.5

  • Grafana Enterprise Product Overview
  • Related CVEs
  • CVE-2026-27880: Grafana DOS Vulnerability

  • CVE-2026-27879: Grafana DOS Vulnerability

  • CVE-2026-28375: Grafana DOS Vulnerability

  • CVE-2026-33375: Grafana MSSQL Plugin 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