CVE-2026-33382
Analyzed Analyzed - Analysis Complete

Memory Exhaustion in Grafana API Endpoints

Vulnerability report for CVE-2026-33382, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-13

Assigner: Grafana Labs

Description

Several Grafana API endpoints, some of them unauthenticated, do not limit the size of the request body before processing it. An attacker can send very large payloads that force excessive memory allocation, potentially exhausting memory and causing a denial of service.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-13
Generated
2026-07-31
AI Q&A
2026-07-10
EPSS Evaluated
2026-07-28
NVD
EUVD

Affected Vendors & Products

Showing 5 associated CPEs
Vendor Product Version / Range
grafana grafana From 11.6.0 (inc) to 11.6.15 (exc)
grafana grafana From 12.2.0 (inc) to 12.2.9 (exc)
grafana grafana From 12.3.0 (inc) to 12.3.7 (exc)
grafana grafana From 12.4.0 (inc) to 12.4.4 (exc)
grafana grafana From 13.0.0 (inc) to 13.0.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-33382 is a high-severity vulnerability in Grafana where several API endpoints, including some that do not require authentication, fail to limit the size of incoming request bodies before processing them.

An attacker can exploit this by sending very large payloads, which cause excessive memory allocation on the server.

This excessive memory usage can exhaust system memory and lead to a denial of service condition.

Detection Guidance

This vulnerability involves sending very large payloads to certain Grafana API endpoints that do not limit request body size, potentially causing denial of service.

To detect attempts or exploitation on your network or system, you can monitor for unusually large HTTP POST requests targeting Grafana API endpoints, especially unauthenticated ones.

For example, you can use network monitoring tools or command-line utilities to capture and analyze HTTP traffic to Grafana servers.

  • Using tcpdump to capture HTTP traffic on port 3000 (default Grafana port): tcpdump -i any -s 0 -w grafana_traffic.pcap port 3000
  • Using tshark to filter HTTP POST requests with large content length: tshark -r grafana_traffic.pcap -Y 'http.request.method == "POST" && http.content_length > 1000000'
  • Using curl or similar tools to test API endpoints with large payloads to see if the server limits request size or becomes unresponsive.

Additionally, reviewing Grafana server logs for errors or crashes related to memory exhaustion after large requests can help detect exploitation.

Impact Analysis

The primary impact of this vulnerability is a denial of service (DoS) attack.

By sending oversized request bodies to vulnerable Grafana API endpoints, an attacker can cause the system to allocate excessive memory, potentially exhausting available memory resources.

This can make the Grafana service unavailable to legitimate users, disrupting monitoring and visualization capabilities.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

To mitigate this vulnerability, users are advised to upgrade Grafana to fixed versions that address the issue.

  • Upgrade to Grafana version 11.6.15 or later
  • Upgrade to Grafana version 12.2.9 or later
  • Upgrade to Grafana version 12.3.7 or later
  • Upgrade to Grafana version 12.4.4 or later
  • Upgrade to Grafana version 13.0.2 or later

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-33382. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart