CVE-2026-27880
Modified
Modified - Updated After Analysis
Unbounded Memory Read in OpenFeature Causes Out-of-Memory Crash
Vulnerability report for CVE-2026-27880, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-03-27
Last updated on: 2026-06-30
Assigner: Grafana Labs
Description
Description
The OpenFeature feature toggle evaluation endpoint reads unbounded values into memory, which can cause out-of-memory crashes.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| grafana | grafana | From 12.1.10 (inc) to 12.2.0 (exc) |
| grafana | grafana | From 12.2.8 (inc) to 12.3.0 (exc) |
| grafana | grafana | From 12.3.6 (inc) to 12.4.0 (exc) |
| grafana | grafana | to 12.1.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |