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-2020-13379

CVE-2020-13379: Grafana SSRF Vulnerability

CVE-2020-13379 is an SSRF vulnerability in Grafana's avatar feature affecting versions 3.0.1 through 7.0.1. Unauthenticated attackers can exploit this to probe internal networks. This article covers technical details.

Published: March 4, 2026

CVE-2020-13379 Overview

CVE-2020-13379 is a Server-Side Request Forgery (SSRF) vulnerability in the avatar feature of Grafana versions 3.0.1 through 7.0.1. This vulnerability allows any unauthenticated user or client to make Grafana send HTTP requests to arbitrary URLs and return the results to the attacker. The flaw can be exploited to perform internal network reconnaissance and gather sensitive information about the network infrastructure where Grafana is deployed. Additionally, passing malformed URL objects can trigger a SegFault, enabling Denial of Service (DoS) attacks against Grafana instances.

Critical Impact

Unauthenticated attackers can exploit Grafana's avatar feature to perform SSRF attacks for internal network reconnaissance and cause Denial of Service through SegFault crashes.

Affected Products

  • Grafana versions 3.0.1 through 7.0.1
  • Fedora Project Fedora 31 and 32
  • NetApp E-Series Performance Analyzer
  • openSUSE Leap 15.2
  • openSUSE Backports SLE 15.0 SP1 and SP2

Discovery Timeline

  • 2020-06-03 - CVE-2020-13379 published to NVD
  • 2020-06-03 - Grafana releases security patches (versions 6.7.4 and 7.0.2)
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-13379

Vulnerability Analysis

The vulnerability exists in Grafana's avatar feature implementation, which provides an endpoint that retrieves and renders user avatar images. This endpoint fails to properly validate and restrict the URLs that can be requested, creating a classic SSRF condition. Because the avatar feature is accessible without authentication, any attacker can leverage this endpoint to make Grafana act as a proxy, sending HTTP requests to arbitrary internal or external destinations.

The SSRF vulnerability enables attackers to probe internal network services, potentially accessing cloud metadata endpoints (such as AWS EC2 metadata at 169.254.169.254), internal APIs, databases, and other services that would normally be inaccessible from the external network. This information disclosure can serve as a stepping stone for further attacks.

The secondary impact involves improper URL parsing. When malformed or invalid URL objects are passed to the avatar feature, the application can encounter a SegFault condition, causing Grafana to crash and resulting in Denial of Service.

Root Cause

The root cause is improper access control and insufficient input validation in the avatar feature's URL handling mechanism (CWE-918: Server-Side Request Forgery). The feature lacks authentication requirements and does not implement proper URL allowlisting or blocklisting to restrict which destinations can be requested. This combination of missing authentication and inadequate URL validation creates the SSRF vulnerability.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft HTTP requests to the Grafana avatar endpoint with attacker-controlled URLs. When Grafana processes these requests, it fetches the specified URL and returns the response content to the attacker.

A typical exploitation scenario involves an attacker targeting the avatar endpoint with internal IP addresses or cloud metadata URLs to enumerate internal services and extract sensitive configuration data. For DoS attacks, the attacker sends requests with malformed URL structures designed to trigger the SegFault condition in Grafana's URL parsing logic.

Detection Methods for CVE-2020-13379

Indicators of Compromise

  • Unusual outbound HTTP requests from Grafana servers to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • HTTP requests from Grafana to cloud metadata endpoints such as 169.254.169.254
  • Repeated requests to the avatar endpoint from external sources with non-standard URL parameters
  • Grafana service crashes or SegFault errors in application logs
  • High volume of requests to /avatar/ endpoints from unauthenticated sources

Detection Strategies

  • Monitor Grafana access logs for requests to avatar endpoints containing internal IP addresses or cloud metadata URLs
  • Implement network-level monitoring to detect outbound connections from Grafana to internal services it should not communicate with
  • Configure Web Application Firewall (WAF) rules to detect and block SSRF patterns in avatar URL parameters
  • Set up alerting for Grafana service crashes or unexpected restarts that may indicate DoS exploitation attempts

Monitoring Recommendations

  • Enable detailed access logging for Grafana instances and centralize logs for analysis
  • Deploy network traffic analysis tools to monitor Grafana's outbound connections
  • Implement endpoint detection solutions to identify unusual process behavior or crashes in Grafana services
  • Establish baseline network communication patterns for Grafana and alert on deviations

How to Mitigate CVE-2020-13379

Immediate Actions Required

  • Upgrade Grafana to version 6.7.4 or 7.0.2 (or later) immediately
  • If immediate patching is not possible, restrict network access to Grafana instances using firewall rules
  • Place Grafana behind an authentication proxy to prevent unauthenticated access to vulnerable endpoints
  • Review access logs for evidence of exploitation attempts prior to patching

Patch Information

Grafana has released patched versions that address this vulnerability. Organizations should upgrade to Grafana 6.7.4 or 7.0.2 (or later versions) as documented in the Grafana Security Advisory. Additional details are available in the Grafana Community Security Update and the release notes for v6.7.x and v7.0.x.

Workarounds

  • Deploy a reverse proxy with authentication in front of Grafana to block unauthenticated requests
  • Implement network segmentation to prevent Grafana from accessing sensitive internal services
  • Configure egress firewall rules to restrict Grafana's outbound network connectivity
  • Use Web Application Firewall rules to block requests containing internal IP addresses or cloud metadata URLs in the avatar parameter
bash
# Example: Restrict Grafana outbound access using iptables
# Block Grafana from accessing cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP -m owner --uid-owner grafana

# Restrict Grafana to only communicate with necessary external services
iptables -A OUTPUT -m owner --uid-owner grafana -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner grafana -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner grafana -d 192.168.0.0/16 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechGrafana

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability93.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • OpenSUSE Security Announcement

  • OpenSUSE Security Announcement

  • OpenSUSE Security Announcement

  • OpenSUSE Security Announcement

  • Grafana DoS Vulnerability

  • Openwall OSS Security Update

  • Openwall OSS Security Update

  • Apache Ambari Development Thread

  • Apache Ambari Development Thread

  • Apache Ambari Issue Thread

  • Apache Ambari Development Thread

  • Apache Ambari Issue Thread

  • Apache Ambari Issue Thread

  • Apache Ambari Issue Thread

  • Apache Ambari Development Thread

  • Apache Ambari Development Thread

  • Apache Ambari Commits Thread

  • Apache Ambari Issue Thread

  • Apache Ambari Development Thread

  • Apache Ambari Development Thread

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Grafana DoS Write-Up

  • CVE-2020-13379 Write-Up
  • Vendor Resources
  • Grafana Security Update Discussion

  • Grafana Release Notes for v6.7.x

  • Grafana Release Notes for v7.0.x

  • Grafana Blog Security Fix Announcement
  • Related CVEs
  • CVE-2026-21727: Grafana Information Disclosure Vulnerability

  • CVE-2025-12141: Grafana Information Disclosure Vulnerability

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

  • CVE-2026-27877: Grafana Information Disclosure 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