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-2026-28375

CVE-2026-28375: Grafana DOS Vulnerability

CVE-2026-28375 is a denial of service flaw in Grafana where testdata data-source can trigger out-of-memory crashes. This post covers the technical details, affected versions, impact, and mitigation steps.

Published: April 3, 2026

CVE-2026-28375 Overview

CVE-2026-28375 is a Denial of Service vulnerability affecting Grafana, the popular open-source analytics and monitoring platform. The vulnerability exists in the testdata data-source functionality, which can be exploited by authenticated users to trigger out-of-memory crashes, causing service disruption for all users of the affected Grafana instance.

Critical Impact

Authenticated attackers can crash Grafana instances by exploiting the testdata data-source to consume excessive memory, resulting in denial of service conditions that affect monitoring and observability capabilities.

Affected Products

  • Grafana (multiple versions)
  • Grafana Enterprise (multiple versions)
  • Self-hosted and cloud-managed Grafana deployments

Discovery Timeline

  • 2026-03-27 - CVE-2026-28375 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-28375

Vulnerability Analysis

This vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), which occurs when an application does not properly restrict the amount of resources that can be requested or consumed by an actor. In this case, the testdata data-source in Grafana lacks appropriate bounds checking on memory allocation, allowing malicious requests to exhaust available system memory.

The testdata data-source is a built-in feature in Grafana primarily intended for testing and development purposes. It allows users to generate synthetic data for dashboards without connecting to external data sources. However, the vulnerability allows specially crafted requests to this data-source to allocate unbounded amounts of memory, leading to out-of-memory (OOM) conditions.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and resource limitation controls within the testdata data-source handler. When processing requests to generate test data, the application fails to enforce reasonable limits on the size or quantity of data that can be requested. This allows an attacker to specify parameters that result in excessive memory allocation, ultimately exhausting available system resources.

The absence of proper resource quotas means that even a single malicious request can consume enough memory to crash the entire Grafana process, affecting all users and dashboards relying on that instance.

Attack Vector

The attack is network-based and requires low-level authentication (any authenticated Grafana user can potentially exploit this vulnerability). The attacker must have access to query the testdata data-source, which is enabled by default in many Grafana installations.

The exploitation flow involves:

  1. Authenticating to the target Grafana instance with any valid user credentials
  2. Crafting a malicious query to the testdata data-source with parameters designed to trigger excessive memory allocation
  3. Submitting the query, which causes the Grafana server to allocate unbounded memory
  4. The server experiences an out-of-memory condition and crashes, denying service to all users

Since no code examples are available from verified sources, the technical specifics of the payload construction should be referenced from the Grafana Security Advisory CVE-2026-28375.

Detection Methods for CVE-2026-28375

Indicators of Compromise

  • Sudden spikes in memory consumption on Grafana server processes
  • Grafana service crashes or restarts without apparent cause
  • Error logs indicating out-of-memory conditions or allocation failures
  • Unusual query patterns targeting the testdata data-source

Detection Strategies

  • Monitor Grafana process memory usage for abnormal growth patterns
  • Implement alerting on Grafana service availability and restart events
  • Review access logs for suspicious queries to the testdata data-source endpoint
  • Deploy application performance monitoring (APM) to track resource consumption per request

Monitoring Recommendations

  • Configure resource usage alerts with thresholds appropriate for your environment
  • Enable detailed query logging to capture testdata data-source requests
  • Implement service health checks that detect and alert on OOM-related restarts
  • Use container resource limits if running Grafana in containerized environments

How to Mitigate CVE-2026-28375

Immediate Actions Required

  • Apply the latest Grafana security patches as specified in the vendor advisory
  • Consider disabling the testdata data-source if not required in production environments
  • Implement container or process-level memory limits to prevent full system crashes
  • Review and restrict user permissions to limit access to data-source configuration

Patch Information

Grafana has released security patches addressing this vulnerability. Organizations should consult the Grafana Security Advisory CVE-2026-28375 for specific version information and upgrade instructions. Ensure you upgrade to the latest patched version appropriate for your deployment.

Workarounds

  • Disable the testdata data-source in production environments where it is not needed
  • Implement network-level access controls to restrict who can query Grafana APIs
  • Configure memory limits at the container or system level to contain the blast radius
  • Use a Web Application Firewall (WAF) to rate-limit or block suspicious query patterns
bash
# Example: Disable testdata data-source via Grafana configuration
# Add to grafana.ini or environment variables
[plugins]
# Disable testdata plugin to prevent exploitation
disable_plugins = testdata

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

  • Vulnerability Details
  • TypeDOS

  • 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:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Vendor Resources
  • Grafana Security Advisory CVE-2026-28375
  • Related CVEs
  • CVE-2026-27880: Grafana DOS Vulnerability

  • CVE-2026-27879: Grafana DOS Vulnerability

  • CVE-2026-33375: Grafana MSSQL Plugin DoS Vulnerability

  • CVE-2026-21720: Grafana Avatar Request 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