
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-33382 is a denial-of-service vulnerability in Grafana OSS caused by missing request body size limits on several API endpoints, some of which are unauthenticated. An attacker can send oversized payloads to force excessive memory allocation, potentially exhausting server memory and crashing the service. It was published on July 10, 2026, and affects Grafana OSS versions 11.6.0–11.6.14, 12.2.0–12.2.8, 12.3.0–12.3.6, 12.4.0–12.4.3, and 13.0.0–13.0.1. It carries a CVSS v3.1 base score of 7.5 (High) (GitHub Advisory, Grafana Advisory).
The root cause is classified as CWE-400 (Uncontrolled Resource Consumption): Grafana fails to enforce an upper bound on the size of HTTP request bodies before reading and processing them. Because some of the affected endpoints require no authentication, an unauthenticated remote attacker can repeatedly submit arbitrarily large HTTP request payloads, causing the server to allocate excessive memory for each request. This attack pattern aligns with CAPEC-147 (XML Ping of the Death) and CAPEC-492 (Regular Expression Exponential Blowup) in terms of resource exhaustion mechanics. No authentication, user interaction, or special privileges are required, and the attack complexity is low (GitHub Advisory, Grafana Advisory).
Successful exploitation results in a high availability impact — the Grafana service can be crashed or rendered unresponsive due to memory exhaustion, disrupting monitoring and observability capabilities for all users. There is no confidentiality or integrity impact; the vulnerability is limited to denial of service. Because Grafana is commonly used as a central monitoring platform, an outage could impair visibility into infrastructure health and incident response capabilities (GitHub Advisory, Grafana Advisory).
curl, wrk, or a custom script to send multiple concurrent large-payload requests to the target endpoint, maximizing memory pressure on the server.Content-Length values or chunked transfer-encoded requests to API endpoints; out-of-memory (OOM) errors or panic messages in Grafana server logs.grafana-server) visible via system monitoring tools (e.g., top, htop, Prometheus metrics); OOM killer events in Linux kernel logs (dmesg or /var/log/syslog) terminating the Grafana process.Grafana has released patched versions addressing this vulnerability: upgrade to 11.6.15, 12.2.9, 12.3.7, 12.4.4, or 13.0.2 as appropriate for your release branch (Grafana Advisory). As an interim workaround, implement request body size limits at the API gateway, reverse proxy (e.g., nginx client_max_body_size), or load balancer level to reject oversized payloads before they reach Grafana. Additionally, restrict access to Grafana API endpoints from untrusted networks where possible, and monitor memory usage for unusual spikes that may indicate exploitation attempts (GitHub Advisory).
The vulnerability was assigned and disclosed by Grafana's own security team, indicating responsible internal discovery and coordinated disclosure. It was referenced in a CISA vulnerability bulletin (SB26-194) and picked up by standard vulnerability tracking platforms including VulDB, OSV, and Tenable Nessus (plugin 327463). OpenSUSE issued security announcements for affected packages. No notable independent researcher commentary or significant social media discussion has been identified beyond routine CVE tracking (Grafana Advisory, GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."