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

CVE-2026-21722: Public Dashboard Information Disclosure

CVE-2026-21722 is an information disclosure flaw in public dashboards that allows users to access annotation history beyond locked timeranges. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-21722 Overview

CVE-2026-21722 is an information disclosure vulnerability affecting Grafana's public dashboard feature. Public dashboards with annotations enabled did not limit their annotation timerange to the locked timerange of the public dashboard. This allows an attacker to read the entire history of annotations visible on the specific dashboard, even those outside the locked timerange.

While this vulnerability did not leak any annotations that would not otherwise be visible on the public dashboard, it exposes historical annotation data that administrators may have intended to restrict through timerange locking.

Critical Impact

Unauthorized access to historical annotation data on public Grafana dashboards beyond the intended locked timerange, potentially exposing sensitive operational information or notes added by internal teams.

Affected Products

  • Grafana (specific versions not disclosed in CVE data - see vendor advisory)

Discovery Timeline

  • 2026-02-12 - CVE CVE-2026-21722 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-21722

Vulnerability Analysis

This vulnerability represents an information leakage issue in Grafana's public dashboard functionality. When administrators create public dashboards, they can lock the timerange to restrict what data viewers can access. However, the annotation retrieval mechanism failed to respect this locked timerange constraint.

The vulnerability exists in how Grafana handles annotation queries for public dashboards. When a user requests annotations for a public dashboard, the backend should enforce the same timerange restrictions applied to the dashboard data. Instead, the annotation API returned the complete annotation history for the dashboard, regardless of the locked timerange settings.

This is classified as an information disclosure vulnerability where access controls are improperly enforced on a specific data type (annotations) while being correctly applied to other dashboard data.

Root Cause

The root cause stems from insufficient access control enforcement on the annotation retrieval endpoint when serving public dashboards. The timerange validation logic that was applied to dashboard panel data queries was not consistently applied to the annotation query pathway. This oversight allowed the annotation API to return data outside the authorized viewing window.

Attack Vector

The attack can be executed remotely over the network without requiring authentication or user interaction. An attacker with access to a public Grafana dashboard URL can manipulate annotation query parameters to retrieve historical annotations beyond the dashboard's locked timerange.

The exploitation is straightforward:

  1. An attacker identifies a public Grafana dashboard with annotations enabled
  2. The attacker crafts annotation API requests with expanded timerange parameters
  3. The server returns annotation data from outside the locked timerange
  4. The attacker can access historical annotation information that administrators intended to restrict

For detailed technical information about this vulnerability, refer to the Grafana Security Advisory.

Detection Methods for CVE-2026-21722

Indicators of Compromise

  • Unusual annotation API requests targeting public dashboards with timerange parameters outside normal bounds
  • Elevated volume of annotation queries for public dashboard endpoints
  • API access logs showing annotation requests with extended historical timeranges
  • Requests to annotation endpoints from unexpected IP addresses or user agents

Detection Strategies

  • Monitor Grafana access logs for annotation API calls to public dashboards with suspicious timerange parameters
  • Implement anomaly detection on API request patterns for public dashboard endpoints
  • Review audit logs for bulk annotation data retrieval attempts
  • Configure alerting on annotation endpoint access patterns that deviate from normal dashboard viewing behavior

Monitoring Recommendations

  • Enable detailed logging for public dashboard annotation API endpoints
  • Set up alerts for annotation queries with timeranges significantly exceeding dashboard lock settings
  • Monitor for reconnaissance patterns such as iterative timerange expansion attempts
  • Implement rate limiting on annotation API endpoints for public dashboards

How to Mitigate CVE-2026-21722

Immediate Actions Required

  • Review all public dashboards with annotations enabled to assess exposure
  • Temporarily disable annotations on public dashboards if sensitive information may be exposed
  • Apply the latest Grafana security patches as soon as available
  • Audit annotation content on public dashboards for sensitive information that may have been exposed

Patch Information

Grafana has released security updates to address this vulnerability. Administrators should update to the patched version as outlined in the official Grafana Security Advisory for CVE-2026-21722.

Workarounds

  • Disable annotations on public dashboards until patches can be applied
  • Remove sensitive information from annotations on dashboards that must remain public
  • Restrict public dashboard access using network-level controls if possible
  • Consider using authenticated dashboard sharing instead of public dashboards for sensitive data
bash
# Configuration example - Disable annotations on public dashboards
# In Grafana configuration (grafana.ini or environment variables)
[public_dashboards]
# Disable annotations on all public dashboards as a temporary mitigation
annotations_enabled = false

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Grafana Security Advisory CVE-2026-21722
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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