Security readout for executives and security teams
Plain-English summary
CVE-2026-27880 is a denial-of-service issue in Grafana’s OpenFeature feature toggle evaluation endpoint. The endpoint can read unbounded input into memory, potentially crashing Grafana from out-of-memory conditions. This primarily threatens service availability, not data confidentiality or integrity.
Executive priority
Treat as high priority for Grafana environments that support business monitoring, incident response, or customer-facing operations. The main risk is outage, which can blind operations teams or disrupt dashboards and alerting.
Technical view
Affected Grafana versions listed are v12.1.0, v12.2.0, v12.3.0, and v12.4.0. The CVSS 3.1 score is 7.5: network-accessible, low complexity, no privileges, no user interaction, availability impact high. The source bundle maps this to CWE-125 and CWE-770.
Likely exposure
Exposure is most relevant where affected Grafana versions are reachable over a network and the OpenFeature evaluation endpoint is accessible. Internet-facing Grafana deployments should be prioritized, followed by internal shared monitoring platforms.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The issue is plausibly easy to trigger because CVSS marks it network-accessible, low complexity, unauthenticated, and requiring no user interaction.
Researcher notes
Evidence is limited to the provided CVE metadata and referenced public advisories. No exploit details, proof-of-concept status, fixed version, or workaround is included in the source bundle. Avoid assuming impact beyond availability unless vendor guidance adds detail.
Mitigation direction
Identify Grafana instances running v12.1.0 through v12.4.0.
Review Grafana’s advisory for fixed versions or vendor-recommended mitigations.
Reduce external exposure to Grafana where business operations allow.
Apply network access controls for Grafana management and evaluation endpoints.
Monitor Grafana availability and memory pressure until remediated.
Validation and detection
Inventory Grafana versions across production and non-production environments.
Confirm whether the OpenFeature evaluation endpoint is enabled or reachable.
Check vendor advisory and Red Hat entries for updated remediation status.
Review logs and monitoring for abnormal memory exhaustion or crashes.
Document exceptions for affected systems not immediately remediated.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.