CVE-2026-21720
EUVD-2026-484127.01.2026, 09:15
Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, so goroutine count grows linearly, eventually exhausting memory and causing Grafana to crash on some systems.Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| grafana | grafana | 3.0.0 ≤ 𝑥 < 11.6.9 |
| grafana | grafana | 3.0.0 ≤ 𝑥 < 11.6.9 |
| grafana | grafana | 12.0.0 ≤ 𝑥 < 12.0.8 |
| grafana | grafana | 12.0.0 ≤ 𝑥 < 12.0.8 |
| grafana | grafana | 12.1.0 ≤ 𝑥 < 12.1.5 |
| grafana | grafana | 12.1.0 ≤ 𝑥 < 12.1.5 |
| grafana | grafana | 12.2.0 ≤ 𝑥 < 12.2.3 |
| grafana | grafana | 12.2.0 ≤ 𝑥 < 12.2.3 |
| grafana | grafana | 12.3.0 |
| grafana | grafana | 12.3.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- CWE-772 - Missing Release of Resource after Effective LifetimeThe software does not release a resource after its effective lifetime has ended, i.e., after the resource is no longer needed.