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.
Published: 2026-07-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in multiple Grafana Open Source API endpoints that fail to impose a limit on the size of the request body before processing. An attacker who can send arbitrarily large payloads forces Grafana to allocate excessive amounts of memory, which in turn can exhaust the server’s memory resources and bring the service to a halt. The result is a denial of service in which legitimate users lose access to the Grafana interface until the process recovers or is restarted.

Affected Systems

All deployed Grafana Open Source installations that expose the affected endpoints are vulnerable. Because the advisory does not enumerate specific revision numbers, any instance of Grafana OSS that has not applied the latest fixes should be assumed at risk.

Risk and Exploitability

The CVSS base score of 7.5 categorises this flaw as high severity. The description indicates that the attack can be launched through standard HTTP requests and that some endpoints lack authentication, implying that remote attackers can exploit the vulnerability with minimal effort. The EPSS score of < 1% reflects a very low probability of existing exploitation in the wild, and the issue is not present in the CISA KEV catalog. Nonetheless, the combination of a high severity rating and a low barrier to exploitation makes it a priority for maintaining service availability.

Generated by OpenCVE AI on July 28, 2026 at 08:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Grafana to the latest version that contains the fix for CVE‑2026‑33382.
  • Deploy a reverse proxy or API gateway and configure per‑endpoint body‑size limits to prevent large requests from reaching Grafana.
  • Monitor system memory usage and service responsiveness; if memory consumption approaches critical thresholds, isolate or stop the Grafana process until the issue is resolved.

Generated by OpenCVE AI on July 28, 2026 at 08:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 13 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Grafana
Grafana grafana
Vendors & Products Grafana
Grafana grafana

Fri, 10 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title Denial of service via unbounded request body size
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GRAFANA

Published:

Updated: 2026-07-29T14:00:26.954Z

Reserved: 2026-03-19T07:55:06.978Z

Link: CVE-2026-33382

cve-icon Vulnrichment

Updated: 2026-07-10T15:59:40.873Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-10T14:58:23Z

Links: CVE-2026-33382 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T08:30:18Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-770

    Allocation of Resources Without Limits or Throttling