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
    • 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-2022-32275

CVE-2022-32275: Grafana Path Traversal Vulnerability

CVE-2022-32275 is a path traversal flaw in Grafana 8.4.3 that could potentially allow unauthorized file access. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: February 18, 2026

CVE-2022-32275 Overview

CVE-2022-32275 is a reported path traversal vulnerability in Grafana 8.4.3 that allegedly allows unauthorized reading of arbitrary files through specially crafted URI requests. The vulnerability involves manipulating the dashboard snapshot endpoint using URL-encoded constructor prototype pollution combined with directory traversal sequences. It is important to note that Grafana has disputed this vulnerability, stating that the reported behavior results in a benign error page rather than actual file disclosure.

Critical Impact

If exploitable, this vulnerability could allow unauthenticated remote attackers to read sensitive system files such as /etc/passwd, potentially exposing user credentials and system configuration information.

Affected Products

  • Grafana 8.4.3

Discovery Timeline

  • 2022-06-06 - CVE-2022-32275 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-32275

Vulnerability Analysis

This reported vulnerability falls under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The attack vector targets the dashboard snapshot functionality in Grafana's web interface.

The reported exploit attempts to leverage JavaScript prototype pollution techniques ({{constructor.constructor') combined with URL encoding (%7B%7B) and traditional directory traversal sequences (../) to escape the intended web root and access arbitrary files on the server's filesystem. The attack is network-based and requires no authentication or user interaction.

However, Grafana has publicly disputed the validity of this CVE, asserting that the described attack vector does not result in file disclosure but instead returns a standard error page. This disagreement highlights the importance of verifying vulnerability claims and understanding vendor perspectives when assessing security risks.

Root Cause

The reported root cause involves improper input validation in the URL handling for the /dashboard/snapshot/ endpoint. Path traversal vulnerabilities typically occur when user-supplied input containing path navigation characters is not properly sanitized before being used in file system operations.

According to Grafana's response, their input validation and error handling mechanisms prevent the traversal sequences from reaching the file system, instead returning an error response. The GitHub Grafana Issue #50336 and GitHub Grafana Comment on Issue #50341 contain additional discussion of this dispute.

Attack Vector

The alleged attack vector involves sending a crafted HTTP request to the Grafana server targeting the snapshot endpoint. The attacker would:

  1. Construct a URL with the /dashboard/snapshot/ base path
  2. Inject URL-encoded prototype pollution payload (%7B%7Bconstructor.constructor')
  3. Append directory traversal sequences (/../../../../../../..)
  4. Specify the target file path (e.g., /etc/passwd)

The attack requires network access to the Grafana instance and does not require authentication. Due to the vendor dispute, organizations should test this behavior in their specific environment to determine actual exploitability.

Detection Methods for CVE-2022-32275

Indicators of Compromise

  • HTTP requests to Grafana containing URL-encoded constructor patterns (%7B%7Bconstructor)
  • Web server logs showing directory traversal sequences (../) in dashboard snapshot URLs
  • Unusual access patterns to the /dashboard/snapshot/ endpoint with malformed parameters
  • Error logs indicating path resolution failures with suspicious file paths

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block path traversal patterns in URLs
  • Monitor Grafana access logs for requests containing constructor patterns or multiple ../ sequences
  • Implement intrusion detection signatures for path traversal attempts against known Grafana endpoints
  • Use log analysis tools to correlate unusual snapshot endpoint access with potential reconnaissance activity

Monitoring Recommendations

  • Enable verbose logging on Grafana instances to capture full request URIs
  • Set up alerts for HTTP 400/404 responses on snapshot endpoints with anomalous request patterns
  • Monitor for increases in error rates that may indicate scanning or exploitation attempts
  • Review web server access logs regularly for path traversal indicators

How to Mitigate CVE-2022-32275

Immediate Actions Required

  • Verify your Grafana version and determine if the reported behavior is reproducible in your environment
  • Review Grafana's official position on this CVE through the Grafana Official Website
  • Consider upgrading to the latest Grafana release regardless of this specific CVE's validity
  • Implement network segmentation to limit access to Grafana instances from untrusted networks

Patch Information

Grafana has disputed this vulnerability and has not released a specific patch addressing CVE-2022-32275. The vendor maintains that the reported attack vector results in an error page rather than file disclosure. Organizations should review the NetApp Security Advisory NTAP-20220715-0008 for additional context and consider upgrading to the latest Grafana version as a general security best practice.

Workarounds

  • Restrict network access to Grafana instances using firewall rules or network ACLs
  • Deploy a reverse proxy or WAF in front of Grafana to filter malicious requests
  • Implement IP allowlisting to limit access to trusted networks
  • Consider running Grafana with minimal filesystem permissions to limit potential exposure
bash
# Example: Configure reverse proxy filtering for path traversal
# Nginx configuration to block directory traversal attempts
location /dashboard/snapshot/ {
    if ($request_uri ~* "\.\.\/") {
        return 403;
    }
    if ($request_uri ~* "constructor") {
        return 403;
    }
    proxy_pass http://grafana_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechGrafana

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability64.77%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Repository for Grafana

  • GitHub Grafana README

  • GitHub Grafana Issue #50336

  • GitHub Grafana Comment on Issue #50341

  • NetApp Security Advisory NTAP-20220715-0008
  • Vendor Resources
  • Grafana Official Website
  • Related CVEs
  • CVE-2021-43798: Grafana Path Traversal Vulnerability

  • CVE-2026-27876: Grafana SQL Expressions RCE Vulnerability

  • CVE-2026-27877: Grafana Information Disclosure Vulnerability

  • CVE-2026-27880: Grafana DOS 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