CVE Catalog

CVE-2026-21720

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.62%

46th percentile - higher than 46% of all known CVEs

Summary

The vulnerability in Grafana causes every uncached /avatar/:hash request to spawn a goroutine that refreshes the Gravatar image. If the refresh sits in the worker queue longer than three seconds, the handler times out and stops listening for the result, so the goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, causing goroutine count to grow linearly, eventually exhausting memory and crashing Grafana on some systems.

Risk Assessment

The risk is a denial-of-service (DoS) attack by sending many /avatar/:hash requests with random hashes, leading to memory exhaustion and Grafana crash, disrupting monitoring and dashboard access.

Recommendation

Immediately upgrade Grafana to a patched version that fixes the goroutine blocking on the unbuffered channel and increases the timeout for /avatar/:hash requests. As a temporary workaround, restrict access to the /avatar/:hash endpoint or increase memory resources.

Other vulnerabilities in Grafana

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS